cancel
Showing results for 
Search instead for 
Did you mean: 

commit issue in xi

Former Member
0 Kudos

Hi,

While executing a particular namespace in sproxy transaction I am getting a message as 'successfull with empty result,commit may be required'.

But,in the code it says 'in asynchronous mode:no commit in proxy class,but from xi runtime'.

The data is processed successfully but is not getting posted.

Please help.

Thanks in advance!

Regards,

Surekha.

Accepted Solutions (0)

Answers (2)

Answers (2)

abhijitbolakhe
Advisor
Advisor
0 Kudos

h

Former Member
0 Kudos

Abhijith,did u mean 'trigger commit work' in 'extras' menu option?

It seems,it requires user intervention for that.

Still the problem persists giving the same message.

Edited by: Surekha1412 on Jan 5, 2011 12:30 PM

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

After executing proxt test,there is an option in menu to "Execute commit request"

now check in sxmb_moni in application system....after commit handling,message status will change from silver to grey flag.

Regards

Abhijit

Former Member
0 Kudos

Actually,in the standard program the functions 'BAPI_TRANSACTION_COMMIT' and 'DB_COMMIT' have been commented during upgradation and there is a comment saying 'no commit in proxy class but from XI runtime (precondition: no errors)'.

what is the procedure for giving commit in XI runtime in asynchronou mode for a proxy interface?