cancel
Showing results for 
Search instead for 
Did you mean: 

out put control for invoice printing

Former Member
0 Kudos

Hi Friends,

Iam Facing one problem realted to Out put control..

I created one smart form for Invoice. Its working fine. But before giving the invoice print we have to create Exise . So without Exise Number no output should come..

So if Exise number is initial.. it should not trigger the output type...

for this one.. How can i restrict?Can i restrct in smart form driver program..

if possible .. can i write any routine..in routine what i have to include..

please help me..

if possible ..please send me the code..

Thanks in Advance,

sampath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check table J_1IEXCHDR with ur Invoice number.

in ur driver program u have to put a condition like this .

read table J_1IEXCHDR with invoice .

if sy-subrc ne 0.

print .

endif.

Regards

Peram