2005 May 20 7:05 AM
Hi All,
I have created one sample project in LSMW using recording. The Session is Successfully created. When i Click process and process in foreground, its working fine. when the transaction is processed in background,
its giving error like "no data for batch input screen ..."
Regards
Mitesh
2005 May 20 7:34 AM
Hi,
It looks like:
1. Your transaction is behaving different in the background, or...
2. Because of the values of the entered data a different screen is called then in your recording.
A workaround is 'proces display errors only'. The session runs on the foreground but you do not see it and don not have to press ENTER the whole time.
Regards,
Marcel Kempers
2005 May 20 8:07 AM
From where you get your data?
In batch you can read from application server only, not from your pc.
Regards,
Wolfgang
2005 May 20 8:36 AM
Hi,
You can create your BIM on the foreground. When you choose to process your BIM, you can choose background, foreground or display errors only.
Regards,
Marcel
2005 May 20 9:28 AM
Where are you getting this error. when you try to enter data in the first row of a table like screen?
If so try to write this abap code for this field.
if sourcestruct-fieldname NE ''. "nospace in between the quotes
targetstruct-fieldname = sourcestruct-fieldname.
endif.
2005 May 30 9:27 AM
Hi All,
When i am processing the Job(Files is on Presentation Server) in Foreground, its being picked up and record is successful.
When i am processing the Job in background, its throwing error.
Even when i am processing the job with display error only, its throwing error.
Not sure why?....Is it because the system assumes that in background processing the file is supposed to be on application server only? But for foreground method, file can be on Presentation Server?
Also, if the file needs to be on application server and if i am having multiple application server , which application server directory need to be specified?
Regards
Mitesh
2005 May 30 9:34 AM
2005 May 30 10:28 AM
Hi mitesh,
In LSMW the fiel shud b in application serve only,for the path of the application server on which it's placed contact your basis guy.you cna place in any application server(this alos depends upton the basis settings)
hope this helps u,if not let me know.
regards
2005 May 30 11:21 AM
Hi All,
I am trying to record MM01 transaction.
In LSMW , we are having an option to select the file destination whether on application server or presentation server..over there i selected the file on the presentation server.
Regards
Mitesh
2005 May 30 11:39 AM
Hi
MM01 is complex transaction. It is very difficult to make a uniform recording for this transaction.
Take a look at this page:
http://help.sap.com/saphelp_46c/helpdata/en/f6/ca0766a7a911d1950500a0c930e0da/frameset.htm
Try using direct input program RMDATIND instead of a recording.
Good luck!
Marcel
2005 May 30 11:59 AM
Hi Marcel,
This is just for my study purpose, i am trying to learn LSMV via recording..
For study purpose i am only trying to load the data in the basic view (Only One Tab).
Regards
Mitesh