‎2007 May 17 5:33 AM
hi,
i need to know again these 2.
ent_retco and ent_screen
below answered and point awarded.
thanks
hi,
i got this SAPM07DR and routine entry_wf01 in tnapr table where it relates to form program as well.
i have 3 questions to clarify.
1 is this what we call sapm07dr is a driver program?
2 what is this routine meant? where the form open?
3 what is these ent_retco and ent_screen? every driver program routine must have these 2?
entry_wf01 USING ent_retco ent_screen
Message was edited by:
eliana
‎2007 May 17 5:43 AM
Hi
1.is this what we call sapm07dr is a driver program?
Yes, this is the driver?print program for printing the Goods receipt Note or Goods Issue Note based on different output types. we use WE01 nd WA01 output types.
2 what is this routine meant? where the form open?
It is the Form Code which triggers exactly in the program SAPM07DR.
3 what is these ent_retco and ent_screen? every driver program routine must have these 2?
entry_wf01 USING ent_retco ent_screen
As I said for different output type different routines are maintained in the main program.SoThis is the routine for triggering the output type WF01.
Reward points if useful
Regards
Anji
‎2007 May 17 5:43 AM
Hi Eliana,
SAPM07DR : Program Name
entry_wf01 : Name of routine to be called up in the processing program
Form will open and close in the the driver program
Reward points if helpful.
Regards,
Hemant
‎2007 May 17 5:43 AM
Hi
1.is this what we call sapm07dr is a driver program?
Yes, this is the driver?print program for printing the Goods receipt Note or Goods Issue Note based on different output types. we use WE01 nd WA01 output types.
2 what is this routine meant? where the form open?
It is the Form Code which triggers exactly in the program SAPM07DR.
3 what is these ent_retco and ent_screen? every driver program routine must have these 2?
entry_wf01 USING ent_retco ent_screen
As I said for different output type different routines are maintained in the main program.SoThis is the routine for triggering the output type WF01.
Reward points if useful
Regards
Anji