‎2008 Dec 09 6:42 AM
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
‎2008 Dec 09 6:45 AM
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
‎2008 Dec 09 6:45 AM
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
‎2008 Dec 09 6:46 AM
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.
‎2008 Dec 09 7:38 AM
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...
‎2008 Dec 09 10:11 AM
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.