cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture the Billing document from the standard program

Former Member
0 Kudos

Hi

I got a requirement of developing a sales invoice.. I have done that and it is printing fine, but the problem is i should get the invoice number from tcode vf03.

Can anyone help me how to do this. I have also written a event driven program for this with parameter , but invoice number should not be taken from event driven program , but it should take from the tcode vf03.

Thanx in advance

Cheers

Christina

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi Christina,

I Hope you have done the necessary configuration seetings in NACE transaction for application area Billing (V3).

YOu have to assign the correct driver program and form name to the output type.

If you do this, the standard structure NAST-OBJKY will have the value of the invoice from the VF03 transaction.

Regards,

ravi

Former Member
0 Kudos

Hi Ravi

Thanx.. ur reply was very much useful for me..So u mean to say if i assign the correct driver program and form name to the output type, then i can pass nast-objky directly into my program by including table nast and I need not include "selection option" in my program.

Cheers

Christina

Edited by: Christina Lavanya on Jul 1, 2008 12:05 PM

former_member181962
Active Contributor
0 Kudos

Hi Christina,

yes, you do not need a select-option.

Regards,

ravi