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

Finding Form

Former Member
0 Likes
2,554

Hi Friends,

If we process the transaction VL03N in the end it ll print out the Delivery Note. I have to copy this system standart form and make some modifications to address user needs. I am unable to get the form name. Can anyone help me how I find requisit form?

Thanks with regards.

Shabbar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,120

Hi,

If you were able to print the delivery note in VL03N..Check this..

Take the output type that you used to print the delivery note...

Goto the transaction NACE..

Select the application V2..and then choose the output types button in the application toolbar..

Then in the output types screen..Select the output type that you used to print the delivery note..And then double click on the processing routines...In the resulting screen you will find the form name either in the FORM column or in the SMARTFORM column..

THanks,

Naren

10 REPLIES 10
Read only

Former Member
0 Likes
2,120

Check the form RVDELNOTE

Read only

Former Member
0 Likes
2,120

Hi,

check nace transaction or table tnapr.

Regards

amole

Read only

0 Likes
2,120

Hi Ali ,

Trigger the form from the transaction Vl03N . Soon after that goto table NAST and make a searc with user name , time and date . You will get the info about the Application for message conditions

Object key

Message type

Message language

Message partner

Partner function (for example SH for ship-to party) etc .

Based upon these values you can check in NACE transaction .

Regards,

Varun .

Read only

Former Member
0 Likes
2,120

Hi,

Check these forms..

SMARTFORMS - LE_SHP_DELNOTE.

SAPSCRIPT - SD_DELNOTE_SUPPL, SF_LE_DELNOTE

Otherwise..go to the NACE transaction and you can get the form name for the corresponding output type..

Thanks,

Naren

Read only

0 Likes
2,120

Hi all,

Many thanks for the quick replies. Narendran I got to the nearer point but not get the form name exactly. Could you be of help any further?

Cheers.

Shabbar

Read only

Former Member
0 Likes
2,121

Hi,

If you were able to print the delivery note in VL03N..Check this..

Take the output type that you used to print the delivery note...

Goto the transaction NACE..

Select the application V2..and then choose the output types button in the application toolbar..

Then in the output types screen..Select the output type that you used to print the delivery note..And then double click on the processing routines...In the resulting screen you will find the form name either in the FORM column or in the SMARTFORM column..

THanks,

Naren

Read only

0 Likes
2,120

Narendran,

Great....thats what I was looking for.

lots of thanks.

Cheers.

Shabbar

Read only

0 Likes
2,120

Hello Friends,

I closed the thread but again have problem relating to that. Can anyone of you advise me on the situation below:

When I process document thru VL03N it goes directly for printing. With the help of a guy I got to know the Smart Form and program name. I copied the form and made changes to that. Now I want my modified form to be called instead of that Original form. But for that I am unable to find the place where I can put in my code (form name).

Many thanks in advance.

Regards.

Shabbar

Read only

0 Likes
2,120

Hi Ali,

Goto the same Nace transaction and select the output type what u gave earlier and click on processing routines...and then make the screen to edit mode(ctrl+f1). And then u Remove the standard form there and u replace ur form. Thats it...

Thanks & Regards

Badri

Read only

0 Likes
2,120

Thanks Badri...