‎2009 Sep 18 5:39 AM
Dear Gurus,
I want to know how to make use of standard program available in SAP.
For ex: I wnat to upload planned independent requirement in SAP, there is one program called " RM60IN00". Through this programe how to upload data, please anyone can guide step by step.
Thanks in advance,
Kailash Thakkar
‎2009 Sep 18 5:42 AM
Hi,
You can either create a Zcopy of the standard program and use it else use SUBMIT statement to call the program from your Zprogram and use it
Regards,
Vikranth
‎2009 Sep 18 5:49 AM
You should use it by using SUBMIT.Press F1 on submit for help.
Also if the program is having transaction code you can also use CALL TRANSACTION.
Hope its help you.
‎2009 Sep 18 6:00 AM
see... the program is linked to tcode: OMPL
where you just give the name of the logical file and there are two options as you can see, testrun and directly execute,, test run willjust tell you what will happen but wont do anything to database tables.. but if thats not checked records are really updates..
‎2009 Sep 18 6:44 AM
Please guide, what is logical file. IS it exel file? or text file?
Thanks
‎2009 Sep 18 7:42 AM
Hi Kailash Thakkar,
About Logical File..
Definition
A platform-independent name for a file to be stored in the file system.
Use
At runtime, the logical file name is converted by the FILE_GET_NAME function module to a platform-specific path and file name.
You can find out more about this setting in Basis customizing under Cross-Client Maintenance of File Names and Paths.
Create Logical FilePath if don't have any using FILE T-Code..
Use T-Code OMPM and provide material Plant Req Type Version Req Track No etc..
and create example file for the input of OMPL
This will create a sequential file for you. Use that as a template and prepare your own sequential file to use with OMPL.
Useful Structures... BGR00, B60BL, B60ET, B60CH
Hope it will solve your problem..
Thanks & Regards
ilesh 24x7
ilesh Nandaniya
‎2009 Sep 21 6:55 AM