Application Development and Automation 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: 
Read only

No batch input data for screen SAPLSPO1 0500

Former Member
0 Likes
15,299

Dear All,

While uploading scheduling agreement for Va31 through BDC in background system given error

No batch input data for screen SAPLSPO1 0500

Please help

Regards'. 

Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,887

Hi Mukul,

SAPLSPO1 is a Function Pool which you can find in the  function group SPO1.

The SPO1 is for popups (eg... POPUP_TO_CONFIRM) so while running thru background, system doesn't not capturing the okcode for this popup.

Anyway regarding the same, Your functional person can help you with this.

SKR

4 REPLIES 4
Read only

Former Member
0 Likes
5,888

Hi Mukul,

SAPLSPO1 is a Function Pool which you can find in the  function group SPO1.

The SPO1 is for popups (eg... POPUP_TO_CONFIRM) so while running thru background, system doesn't not capturing the okcode for this popup.

Anyway regarding the same, Your functional person can help you with this.

SKR

Read only

Former Member
0 Likes
5,887

Hi Mukul,

This error states that while running the program, no input has been provided for a field on the screen 0500 mentioned in the error.

Request you to run the BDC in MODE 'A', which means show ALL SCREENS. there you can see which field needs a value that is not getting populated.

Kindly revert if still in doubt.

Regards,

DN.

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
5,887

Simply run your recording in A mode and check. Some field value or pop up is coming. May be you need to do recording again.

Read only

akashem
Discoverer
0 Likes
3,246

(04.02.2025):--

I did a solution for my company. The same problem occurred in transaction CS20. For example, there was a function: call function 'CS_BI_BOM_CHANGE_BATCH_INPUT' --tcode_mode's value  was 'N', then I just changed 'E'. It worked for us.