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 name

Former Member
0 Likes
445

Hi,

Plz any one suggest me How to know the form name for Production Order Picking list?i have a progam name,but i have tried from NACE,TNAPR and TTXFP tables also..

any one suggest me the way to proceed?

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
421

just search in that prog for OPEN_FORM. put a break-point there and check the form name ..

regards

shiba dutta

Read only

Former Member
0 Likes
421

Go to transaction SE37. open FM OPEN_FORM.

At line

check co_perform-active <> true.

put the break point.

If it is getting triggered from any transaction.Run the transaction. It will stop at this point Check the value of FORM here it will give you the form name.

If your print program is Executable then execute your program and in FM OPEN_FORM check the form name.

It will search only for the Sapscript form for the smartforms you have to chek in NACE transaction .

Regards,

Mukesh Kumar

Read only

Former Member
0 Likes
421

hi..

On the editor screen click <b>Control+G</b>. now u will get a popup window..

In this Check the <b>Main Program radio button</b>.. and give the string a OPEN_FORM. and press enter...

regards,

sai ramesh