cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSCRIPTS

Former Member
0 Kudos

HELLO

PLEASE SUGGEST ME HOW TO WORK ON SCRIPT EXAMPLES GIVEN IN THE SAP SYSTEM

i.e HOW TO EXECTUTE STANDARD SAPSCRIPTS<b></b>

Accepted Solutions (1)

Accepted Solutions (1)

former_member202957
Contributor
0 Kudos

Hi Basavraj,

There are some Standard Sap Scripts in SAP. We cant directly execute them in scripts we have to use some T-codes and by giving some input to the required fields we can see the output printform.

I will show one example. There are some Standard Sap Scripts such as <b>MEDRUCK</b> which is a standard Sap Script for Purchase Order and <b>RVINVOICETH</b> for Sales Order billing and so on...

To see oupt of MEDRUCK go to T-code ME9F give purchase order number and execute select one number and click on dislplay messages button on application tool bar you can find the print form of MEDRUCK.

You cannot change the Standard Sap Scripts but you can use Standard Sap Scripts and Copy them to userdefined Script and can make changes to them and replace standard Sap Script with usedefind script.

Ex: Go to <b>SE71</b>,

on menu bar u find Utilities->copy from Client. click on it u ll find new screen showing

Form name:

Source Clinet:

Target Form:

give Form name as usedefined form name EX: <b>ZFORM1</b>

Source client as<b> 000</b> and

Target form as <b>MEDRUCK</b>.

execute.

Now, the standard from MEDRUCK is copyied to your form ZFORM1.

NOW, go to SE71 and give form name as ZFORM1 and do some changes to the form such as adding logo any thing. save and Activate.

Now, you have done changes to the Form ZFORM1 and u have to replace your form with standard SAP Script.

Go to <b>NACE</b> Transaction.

on Applications select<b> EF</b> for purchase order and click Output types button on application tool bar.

now select<b> NEU </b>as output types dobule click on Processing Routines.

now click on Change option on application tool bar and on right side u find MEDRUCK in form place replace MEDRUCK with ZFORM1 and SAVE.

go back twice and now go to T-code ME9F give the purchase order number and execute and select one option and click on display messges button .

you will find the changes that you have done in ZFORM1. so we cant chage the standard Sap Scripts by copying the Standard Sap Scripts we can chage and replace with our forms.

PLEASE REWARD IF USEFUL...

Regards,

K.Sunil Kumar.

Former Member
0 Kudos

I AM FRESHER IN ABAP I AM NOT GETTING ANY NOTES FROM THE INTERNET OVER ALE / IDOCS

WILL PLEASE TELL ME SOME THING ABOUT ALE / IDOCS

IN BRIEF FROM BASICS

PLEASE HELP ME OUT

WAITING FOR REPLY

WITH REGARDS

BASAVARAJ

former_member202957
Contributor
0 Kudos

hi Basavraj,

Please go through this link...it may help u

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

Reward if useful,

Regards,

K.Sunil Kumar