Application Development 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: 

module pool prg

Former Member
0 Kudos

hi

i have to default the functional location address,if present other wise left as it is so sap default it to plant address,in PR deliver address once the purchase

order is created through IW31 or IW32 or IP10.

The exit i have to use EXIT_SAPLMMDA_001.

this will return address number.

i know the functional location address also.

But when iam assigning this to address number that this

exit should returning, it is not considering the functioanl address in PR only the plant address is considering.

When i have to use some kind of modify statements

to reflect each address number,street,zip code etc manually.

As iam new to module pool prg

please help me to resolve

just i have to send only address number what is the exit

will return or otherwise i can use modify st,update st etc

to obtain this

please resolve this

Thx & regards

kiran.

1 REPLY 1

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Kiran!

Just to encourage you: from user-exit point of view, a module pool is quite the same as a report or something else.

You just add your coding and should have your effects.

A simple field filling like

E_ADRNR = '0000000123'.

should be enough (according to the help), but I couldn't find any where-used-place. Set a break-point and check, if this exit is still used.

Regards,

Christian