cancel
Showing results for 
Search instead for 
Did you mean: 

Out out Determination

Former Member
0 Kudos

Dear,

If I have taken the print out of Delivery note or billing and now we want that no one should take the print out of the delivery note or billing in near future... is there any functional setting to control this in out put determination or any where....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In Standard, there is no such functionality to control the printing of output only once.

For this we have to write a code such that the repeat processing option should be disabled and an error message should be displayed that the output has already has been processed once.

For this ask your ABAPer to develop a program.

Initially debug the code by triggering the output more than once and then identify the routine which is processing during that time.

Regards,

Krishna.

Former Member
0 Kudos

Hi,

Ask ABAper to check the entry in NAST table against object key (NAST-OBJKY), Message type (NAST-KSCHL), Processing status of message (NAST-VSTAT), here object key represent to document number (10 charactors). if the entry is found in NAST table the output should not processed.

The above logic to be written in a output routine (t.code VOFM) and assign under output procedure as requirements against output type.

regards

Vivek.

former_member315051
Active Contributor
0 Kudos

No functional setting available in stanadard, Pls check with ABAPer to change in the Print program.

Also pls check in Output type weather you have ticked Multiple issuing indicator at General data, It should be blank

Check and revertback

Edited by: Ramesh on Nov 30, 2009 12:17 PM