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

script form

former_member206396
Active Participant
0 Likes
1,009

i have print program. SAPM07DR..

from this i want to corresponding form

i put a break point. but i am unable to find out..

hlep me out tel me procedure

ramu

8 REPLIES 8
Read only

Former Member
0 Likes
936

using table TNAPR U CAN FIND PROGRAMM AND ATTECH SCRIPT BUT FOR THAT U MUST KNOW THE OUTPUT TYPE.

ATTECH FORM...

<b>WA_SCHEINVERS1

WA_SCHEINVERS2

WASCHEIN

WASCHEIN

MM07ET

MM07ET

MM07ET

WESCHEINVERS1

WESCHEINVERS2

WESCHEINVERS3

MM07ET

MM07ET

MM07ET

PSFC_KANBAN

WE_FERT_VERS1

WE_FERT_VERS2

WA_LB_VERS1

WA_LB_VERS2

WA_LB_VERS3 </b>

Read only

Former Member
0 Likes
936

Go to SE37.display FM OPEN_FORM.Put breakpoint at

check co_perform-active <> true.

Execute your print program.Check the value of form at the point of breakpoint you will get your form name

Message was edited by: mukesh kumar

Read only

Former Member
0 Likes
936

Hi,

This print program is for GR/GI slips...

Module Pool for Goods Receipt/Issue Slips Printout via NAST.

Check these forms...

1) WESCHEINVERS1,

2) WASCHEIN,

Chek it in NACE for ME(Inventory Mgt).

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

Former Member
0 Likes
936

Hi,

You can check in NACE transaction for the output type, the form and program details,

Rgds,

Read only

Former Member
0 Likes
936

Hi Rama,

this program has been associated with these many forms

WA_SCHEINVERS1

WASCHEIN

MM07ET

MM07ET

MM07ET

WESCHEINVERS3

MM07ET

MM07ET

MM07ET

PSFC_KANBAN

WE_FERT_VERS1

WE_FERT_VERS2

WA_LB_VERS1

WA_LB_VERS2

WA_LB_VERS3

wats gets executed in ur case is the one that has been configured in NACE transaction... u can put a breakpoint in the 'OPEN_FORM' or 'START_FORM' of ur program n find that out..

Read only

Former Member
0 Likes
936

u can also cross with the table <b>TNAPR</b>.

Regards

Prabhu

Read only

Former Member
0 Likes
936

Hi,

This print program is pertaining to Inventory management and is related to Goods receipt / Goods Issue

In SPRO Follow the path:

MM->Inventory management->Output determination->Assign forms and programs.

Basd on whether you want to print GI note / GR note check out the particular entry for the form.

Hope this helps.

Regards,

Akshay Bhagwat

Note: Pls reward with points if it helps.

Read only

Former Member
0 Likes
936

Hi,

If you know the output type,

Go to transaction NACE.

Select the relevant application. (In your case it might be ME -Inventory management), and click the 'Output types" button. Then select the output type and double click the "processing routines" on the left hand side. You should be able to see the Form used.

Hope this was useful.