2010 Mar 01 9:24 AM
Hi All,
I need to develop a Report.This report will be triggered by output type of a particular billing document number.The report will be assigned to this output type as a special function. This output type will be triggered from a back ground schedule jOB.
Please guide me how to achive this???
2010 Mar 01 9:28 AM
then that particular billing document type will be a hard coded value inthe progam.
If sy-batch eq 'X' and nast-KSCHL = 'XXXX'.
process report .
endif.
Br,
vijay..
2010 Mar 01 9:42 AM
Go to NACT and set the your program for that particular output type.So once the output type is triggered it will trigger ur report program.
2010 Mar 01 9:50 AM
but here how i will get the billing document number and it's output type.
i think by doing the configuration NACE do we get the billing document number.Please confirm?
2010 Mar 01 10:10 AM
For a billing document no maintain the document output type from the transaction itself ..
Goto table NAST and check for that document no.
check the document no (OBJKY) and Processing status of message (vstat).
Br,
Vijay.