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: 

No batch input data for screen SAPMSSY3 0131

Former Member
0 Kudos

Dear All,

I have developed a report where i need to upload (old and new)incoterms,payment terms,document type and update in the table ekko with my new values (incoterms,payment terms and document type).

Problem :For this report i have uploaded the excel sheet and values are getting uploaded into my internal table.but when using bapi_agreement_maintain to update the ekko table ,in return table its showing No batch input data for screen SAPMSSY3 0131.

Anyone please give the reason/solution to solve the problem.

Regards,

Bhavani.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

screen SAPMSSY3 0131 is the debugging screen so if you have any break-points in any of the transactions remove the breakpoint and check.

Basically this BAPI is calling a transaction to execute a transaction in no dialog mode so if you have break-points in any of those program you will face this issue.

Regards,

Himanshu

2 REPLIES 2

kostas_tsioubris
Contributor
0 Kudos

Hi,

Please try to create/maintain the contract/agreement in foreground manually. I believe that there is a hardcoded breakpoint somewhere.

Thanks.

Kostas

Former Member
0 Kudos

Hi,

screen SAPMSSY3 0131 is the debugging screen so if you have any break-points in any of the transactions remove the breakpoint and check.

Basically this BAPI is calling a transaction to execute a transaction in no dialog mode so if you have break-points in any of those program you will face this issue.

Regards,

Himanshu