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

call module pool program from report

Former Member
0 Likes
1,807

Hi,

Iam calling module pool program from a report, while passing values to module pool program, one of the field doesn't have parameter id, how to pass value to it. and also please let me know how to call module pool program.

Appreciate your help.

Thanks in advance

jog

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
937

then you need to use bdc

5 REPLIES 5
Read only

Former Member
0 Likes
938

then you need to use bdc

Read only

0 Likes
937

Hi,

Thanks for the quick reply,

Actual problem is, I need to customise tcode-MMAM, need to make material number field to take multiple numbers than single value(present), I am thinking of writing a wrapper program, so as to pass multiple values to MMAM.

also need to capture all the messages which MMAM currently displaying now for each material.

Could you please suggest any way to work on this.

or any there any bapi ?

appreciate your help.

Thannks

jog

Read only

0 Likes
937

You can copy from standard one to zcustom and will make select-option,but make sure that it is not easy one to do that and all.

i tried for any fm which will update MMAM but no luck..

Read only

0 Likes
937

Hi

Thanks for the reply,

if we make copy, can it be run in backgroud or can module program be run in back ground? this is one more required functionality.

Thanks

jog

Read only

0 Likes
937

Hi Jog,

Module pool program can be run in background. Most of the BDC's are written on module pool programs and they run in the background.

Also regarrding copying the standard program, if you require to make the changes for every user then instead of copying the program make modification in standard program as copied program are much harder to maintain during support pack implementation or upgrade that modification to standard program.

Reward points if useful.

Regards,

Atish