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

Standard Program

Former Member
0 Likes
1,277

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

6 REPLIES 6
Read only

Former Member
0 Likes
983

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

Read only

Former Member
0 Likes
983

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.

Read only

0 Likes
983

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..

Read only

0 Likes
983

Please guide, what is logical file. IS it exel file? or text file?

Thanks

Read only

Former Member
0 Likes
983

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

Read only

Former Member
0 Likes
983

thanks