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: 

Name chage in layout

Former Member
0 Kudos

Hi,

In my print program the standard function is used to get the address related details the standard function name is ‘ADDR_GET’. My case what is happening is the name is printing as for example ‘Header- abc’ in my layout and that value is populating in my program after above function. Now I want to see where that ‘Header-abc’ is maintained and I want to change that to ‘Header’ only my doubt is is it possible to change the name as standard function is using if so please tell me where I can change I need to do this change specific to one plant please help me how to approach this please help me I will give points.

Thanks.

1 REPLY 1

Former Member
0 Kudos

Hi,

The fm retrives the address detials from table sadr.

check the above table.

check the functionality of fm.

The function module reads all records for the addresses specified in the

structure ADD RESS_SELECTION and puts them in the return structures

ADDRESS_VALUE and SADR.

ADDRESS_ADDITIONAL_INFO returns the communication types for which data

is maintained for these addresses.

If the flag READ_TEXTS is set, key field texts (language key, countries,

and so on) are also returned in ADDRESS_TEXT.

If an address group with the parameter ADDRESS_GROUP is passed, the

table ADRSTATUS is checked to see whether the addresses in this address

group are in the Business Address Services tables (ADRC etc.) or still

in the old table SADR. If the data is still in SADR, they are read

there, otherwise from ADRC. This can change program accesses from SADR

to ADRC, depending on when the data is moved from SADR to ADRC.

If the flag READ_SADR_ONLY is set, only the old table SADR is read. The

return parameters return the old address structure SADR and the new

address structure ADDRESS_VALUE.

reward points if help ful.

regards,

kishore