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: 

Address_into_printform F Module

Former Member
0 Kudos

Hi SDN,

The function module ADDRESS_INTO_PRINTFORM fetches the addresses.

How can I fetch the region code of a Plant using the Functional Module Address_into_printform?

Any idea?

Thanks in Advance,

Manu Kapur

1 REPLY 1

Former Member
0 Kudos

Hi manu,

instead of calling that function module, can you try in the below way

declare a variable ADRNR in form interface import parameters.

create a address node under the window node. in the general attributes of address window give the Address Number as ADRNR.

in the print program get the address number from t001w for the plant. while calling the form function module pass this address number value to ADRNR.

Print program will take care of printing the whole address.

Hope you got my point.

<b>Reward for helpful answers</b>

Satish