‎2005 Dec 07 4:01 AM
Is there any function or BAPI that I can call to print material document instead of using mb90 ??
‎2005 Dec 07 5:13 AM
Hi ,
You can use
FM 'WFMC_MESSAGES_PROCESS'for printing material document. Prerequisit is you should have processed data in <b>TX_DISPLAY</b> table attribute.
Hope this Helps YOU.
<i>Reward Points If It Helps YOU.</i>
Regards,
Raghav
‎2005 Dec 07 5:32 AM
Hi,
I cant say exact function module or BAPI available for Transaction MD90(number Range for MRP)...
But check these <b>NUMBER_RANGE_ELEMENTS_SHOW,NUMBER_RANGE_SHOW</b> which may be help ful to u,
Regards,
Sridhar Reddy k.
Message was edited by: sridhar reddy kondam
‎2005 Dec 07 5:35 AM
Hi,
There is no function BAPI avialble for this. You can write your own print program and print the material doc.
‎2005 Dec 07 5:41 AM
Hi yean,
The modules EFG_PRINT and EFG_PRINT_EXPANDED are available. Use module EFG_PRINT in individual print processes and EFG_PRINT_EXPANDED in mass printing. The difference is in the use of send control, which is triggered in the module EFG_PRINT_EXPANDED.
Hope this helps u,
Regards,
Nagarajan.