2007 May 29 9:07 PM
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
2007 May 29 11:13 PM
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
2007 May 30 2:52 AM
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