2013 Oct 28 5:40 AM
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
2013 Oct 28 5:50 AM
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
2013 Oct 28 5:50 AM
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
2013 Oct 28 5:55 AM
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.
2013 Oct 28 5:58 AM
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.
2025 Feb 04 8:45 AM
(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.