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

Re: No batch Input session error

Former Member
0 Likes
684

Hi Guru's

We have one Z-porg in FICO. actually while running the programs we are getting the error like

"No Batch Input in progrsm "SAP***"(SAPMF05A) screen no:120" .. actually inside the program we HV BDC with call transcation method with 'N' No. display mode. so we are not able to find where exactly the problem..

Thanks in Advance,

GSANA

1 ACCEPTED SOLUTION
Read only

h_senden2
Active Contributor
0 Likes
651

Use a variable l_mode in call transaction statement voor de mode.

Set a breakpoint on the call trx statement and set the value of l_mode to 'A'.

The transaction will be run in foreground and you can find out the cause of the errror.

regards,

Hans

4 REPLIES 4
Read only

h_senden2
Active Contributor
0 Likes
652

Use a variable l_mode in call transaction statement voor de mode.

Set a breakpoint on the call trx statement and set the value of l_mode to 'A'.

The transaction will be run in foreground and you can find out the cause of the errror.

regards,

Hans

Read only

Former Member
0 Likes
651

HI,

Check whether the BDCDATA is getting populated for the program SAPMF05A & screen no:120.

if you need to populate the data.

Try to change the MODE 'N' TO 'A' and test it you will find the problem.

Read only

Former Member
0 Likes
651

while pass the data through BDC some of mandatory filed data is missing in your data check data and process the data in foreground 'A' .

if your data is correct then check your screen fileds some of the fileds are disable mode based on the conditions functional people modified the customization...

Read only

Former Member
0 Likes
651

Hi,

Screen field(input box) is either not present on screen 120 of program SAPMF05A or field is disabled. Try commenting out the line in the code which has this field in the code or check the customization done by the functional guy.

Thanks,

Kartavya Kaushik.