Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

print function

Former Member
0 Likes
828

Is there any function or BAPI that I can call to print material document instead of using mb90 ??

4 REPLIES 4
Read only

Former Member
0 Likes
575

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

Read only

sridharreddy_kondam
Active Contributor
0 Likes
575

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

Read only

Former Member
0 Likes
575

Hi,

There is no function BAPI avialble for this. You can write your own print program and print the material doc.

Read only

Former Member
0 Likes
575

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.