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

GR/GI slip

Former Member
0 Likes
506

Hi:

I copied standard sapscript into z script for GR/GI slip whose out put WA01 and some changes in it.Do i need to write a z program for extracting the data in it and how can i see the final form, which t.code?

Thanks.

Raghu

Hi:

I copied standard sapscript into z script for GR/GI slip whose out put WA01 and some changes in it.Do i need to write a z program for extracting the data in it and how can i see the final form, which t.code?

Thanks.

Raghu

2 REPLIES 2
Read only

Former Member
0 Likes
467

it should be MIGO/MIRO Transaction and depends on ur requirement ,we need to modify.

If it is layout alignment or getting some additional data then no need to modify,just use perform routine within layout.

Reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
0 Likes
467

1.u can see GR/GI in MB03--->bcos these are Material Documnets.

2.I think u are not changing Driver program for this WA01 output , then if some data is not available in standard program then u have to write sub routines in that scripts it self.

like

perform get_text in program ZGR

using & MBLNR&.

so here no need to change standard driver program instead u can get all the required data from this subroutine.

Regards

Peram