‎2007 Apr 04 5:52 AM
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,
‎2007 Apr 04 6:03 AM
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