2008 Sep 11 4:06 PM
Hi,
Is it possible to trigger output type through Function modules or through some codings or any standard FM's?
Regards
Bala.
Hi,
Is it possible to trigger output type through Function modules or through some codings or any standard FM's?
Regards
Bala.
2008 Sep 11 4:14 PM
2008 Sep 12 5:49 AM
Hi,
When the status of Billing document changes(VF01) i need to trigger the output type Using function modules. Is there any Standard FM ? If please provide a sample code for triggering output type.
Regards
Bala.
2008 Sep 11 4:32 PM
You did not specify what area you need to retrigger an output type for, but here is a sample to retrigger a delivery output.
CALL FUNCTION 'BAPI_LIKP_PROCESS_MSG_DIRECT'
EXPORTING
DYNAMICOUTPUTDEVICE =
processing = PROCESSING
SORTMESSAGE = 1
TABLES
deliverynumber = delnbrs
outputtype = outputs
messageprotocol = bapimsgprot
return = bapiret2.
Thanks
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |