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

form

Former Member
0 Likes
572

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

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

2 REPLIES 2
Read only

Former Member
0 Likes
528

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

Read only

Former Member
0 Likes
529

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