I'm wanting to test an SAP RFC in K2 Connect Test Cockpit.
The function I want to test is BAPI_ALM_NOTIF_DATA_MODIFY
The documentation says I must call BAPI_ALM_NOTIF_SAVE, then call BAPI_TRANSACT_COMMIT.
How do I test calling these three functions in the same session from Test cockpit?
Or do I need to chain the functions together in Visual Studio and then publish a service object, then create a smartobject to test this functionality?
Test cockpit seems to work great with functions that do not require followup calls like SAVE and COMMIT.
Functions that require save and commit do not seem to be so easy to tst.
Please advise.
Thanks.
Hao Ngo.