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

VT03N,update debugging

Former Member
0 Likes
1,008

Hi,

I am printing labels from vt03n,if i click on shipment->output->print.

my label is printing fine and update the vttk-text4 table,

but when i click on GO->output->give output name->further data and save that output,some times it generates the label but not update the vttk-text4(I use BAPI_SHIPMENT_CHANGE) ,the main proiblem is i am not able to debug the program,before saving the output i gave /h but it is not going to print program,

even i checked with update debugging,

1 REPLY 1
Read only

Former Member
0 Likes
530

Hi,

To turn on the update debuggin do this.

- GO to VT03N and add new output as you have mentioned

- Before saving the data, turn on the debuggin using '/h' command

- Now save the document.

- Once you are in debugger, go to tab "<b>Settings</b>". In debuggin you will see this tab. This is in the same line as "Field", "table", "BreakPoint" etc. "Setting" is last tab.

- In "Setting" tab, select the box 'Update debugging'. Hit 'save' button to save the setting.

- Now hit 'F8 ( execute)'. This will open one more session, which is update debugging.

- Once you are in update debuggin you can put a break point with menu "Breakpoint --> Breakpoint at --> Statement / FM / Routine'.

- Set a appropriate break point and debug your print program..

Let me know if you need any other information.

Regards,

RS