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

Find out Transaction code for script

Former Member
0 Likes
1,860

Hi SDN,

I got requirement on SAP script BILL OF LADING for modification. I had form name, by using NACE transaction code I became know print program name (Custom program) which doesn’t have selection screen. That report doesn’t have transaction code also. Please advise me how I can find transaction code to execute that BILL OF LADING.

Program Name : <b>ZVDAGG02</b>

Form Name : <b>Z_BILL_LADING</b>

Output type : <b>ZLPR</b>

Appreciate for suggestions

By

Ram kumar

11 REPLIES 11
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,401

Hi

In se 80 under that package give the appropriate name and search for the Transaction whethere exists any.

Regards,

kumar

Read only

Former Member
0 Likes
1,401

when you will issue a output ZLPR from your document that form will be get called.

put a breakpoint in your program.

If it is invoice, maintain a output and from Vf02 issue that the control will stop at that point.

Read only

Former Member
0 Likes
1,401

Ramana,

USe Table "TNAPR" ...

Pls. reward if useful

Read only

Former Member
0 Likes
1,401

Hi

You find out the standard program name ,it is Z program .

If you know standard program name and go to attributes,there you can find package .

Read only

Former Member
0 Likes
1,401

Bill of lading will be in delivery / shipping ..

See u need to see the ouput initially from a transaction .

if this is delivery then u need to run the code from Vl02n and if its invoice u need to run the transaction Vf02

for this use the message type ZLPR and assign it to the transaction and from output types issue o/p to print .

in nace u need to <b>find the application for this output type</b> as sales /shipping/ invoice etc and then use that tcode and assign this output type +save and test run .

ex

V1 --SALES TCODE --va01

V2 --SHIPPING TCODE --vL01

V3 --BILLING TCODE --vF01

cause the form and program will run for the transaction .

regards,

vijay

Read only

Former Member
0 Likes
1,401

Hello,

Check this Link:

Vasanth

Read only

Former Member
0 Likes
1,401

Bill of lading will comes once u Create Delivery(Vl01N).

Regards

Prabhu

Read only

0 Likes
1,401

Hi all,

Thank you very much for your immediate response.

I have checked TNAPR Table it contains application V7 (Transport) .

Plz advise me How can i approach.

Regards

Ram Kumar

Read only

0 Likes
1,401

Hi Ramana

I dont know what you exactly want .

Let me put this way.

Incase if you want to see the output of your script,make sure in Tcode NACE output type is configured.If it is there,then go to tcode(bill of ladding),you can ask functional consultant...

Go to Tcode for bill of ladding and in menubar you can see issue output type,in that check output preview,you can see your output and if u want to print also,u can do there.

Thanks

Read only

0 Likes
1,401

Hi,

Thanks for your immediate response.

I will check and let you know

Regrds

Ramkumar

Read only

Former Member
0 Likes
1,401

Hi,

Is output type created by functional consultant? wht is the role of abap consultant in tcode nace?