Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem using 'BAPI_SALESORDER_CHANGE'

Former Member
0 Kudos

Hello,

I am using BAPI 'BAPI_SALESORDER_CHANGE' in my program.When I run the program in background

I get messages in table return.I want to use these messages in program but don't want to

show them in job log in sm37.How to do this?

1 REPLY 1

Former Member
0 Kudos

Hi,

Use the following addition to your statement which calls the BAPI:

Data <msg_name> type BDCMSGCOLL

.... MESSAGES <msg_name>.

Thanks and Regards,

Suresh