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

Step by step SAPScript and outputs

Former Member
0 Likes
586

Hi,

I need to print out some information i.e MATNR and MAKTX and I need to know what the procedure is. I have been into SE71 and created a form but are currently stuck. What is the next step and what step do I need to carry out. I appreciate any kind of help.

Thanks

Peter

Hi,

I need to print out some information i.e MATNR and MAKTX and I need to know what the procedure is. I have been into SE71 and created a form but are currently stuck. What is the next step and what step do I need to carry out. I appreciate any kind of help.

Thanks

Peter

4 REPLIES 4
Read only

abdul_hakim
Active Contributor
0 Likes
558

hi,

i think you are brand new to SAPScript.

give ur email...i will send you a good document....

Cheers,

Abdul Hakim

Read only

Former Member
0 Likes
558

Script is the output form of the business information, it means whatever the Master data user creates will come in an output format called SCRIPT.

How do anyone can connect the business information to Script ?

It has different output types. For example for Purchase Order NEU, Invoice RD00 etc.

Example:

After completion of creating a new purchase order with transaction ME21, if we want to see SAP script for this. follow the steps below:

Go to the transaction, Go to EXTRAS ---> Go to Output --> Go to Header --> Go to Print Preview and select the output type to see the script.

Coming to Modifications:

There are two types of modifications:

Script modification n Print Program modification.

First one is changes done to the code in the script layout.

Second one is changes done to the code in Print program.

Output type acts as a link between the script layout n print program. Print program contains the code for data fetching.

Read only

Former Member
Read only

Former Member
0 Likes
558

What I need to do is to print a Goods Receipt Label which is triggered when a Goods Receipt Transaction (MIGO) is saved. And the label output must contain MATNR and MAKTX.

Thanks for any help