‎2007 Feb 20 10:39 AM
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 doesnt have selection screen. That report doesnt 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
‎2007 Feb 20 10:40 AM
Hi
In se 80 under that package give the appropriate name and search for the Transaction whethere exists any.
Regards,
kumar
‎2007 Feb 20 10:43 AM
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.
‎2007 Feb 20 10:45 AM
‎2007 Feb 20 10:46 AM
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 .
‎2007 Feb 20 10:48 AM
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
‎2007 Feb 20 10:52 AM
‎2007 Feb 20 10:53 AM
Bill of lading will comes once u Create Delivery(Vl01N).
Regards
Prabhu
‎2007 Feb 20 11:06 AM
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
‎2007 Feb 20 11:12 AM
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
‎2007 Feb 20 11:16 AM
Hi,
Thanks for your immediate response.
I will check and let you know
Regrds
Ramkumar
‎2010 Feb 17 8:16 AM
Hi,
Is output type created by functional consultant? wht is the role of abap consultant in tcode nace?