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

ADDR_INSERT

Former Member
0 Likes
1,280

Hi,

we have created a function that insert functional locations (PM module). We need insert their adresses too, and we pass the parameter adress_number in struct <b>data_general</b>-READ_ADRNR in BAPI_FUNCLOC_CREATE (previously we have created the adress with functions ADDR_INSERT / ADDR_NUMBER_GET / ADDR_MEMORY_SAVE / ADDR_MEMORY_CLEAR, in debuggin mode we can see that the number of adress it's ok)...

then the adress is created perfectly, but in transactions IL02/03 the functional location is created, but the data of adress is missing)

can you help us?

thank you in advance !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,077

Whether ADRNR number given with all 10 digits? Sometime, it needs number with leading zeros.

4 REPLIES 4
Read only

Former Member
0 Likes
1,078

Whether ADRNR number given with all 10 digits? Sometime, it needs number with leading zeros.

Read only

0 Likes
1,077

sorry! but I've included the form conversion before the call function, in debugging mode I've checked that adrn has 10 numbers, but in funcional location created doesn't appear the adress...

Read only

Former Member
0 Likes
1,077

hi

good

go through this link and do accordingly

http://help.sap.com/saphelp_nw04s/helpdata/en/03/d9673c86d19b35e10000000a11402f/content.htm

thanks

mrutyun^

Read only

0 Likes
1,077

In my release (4.6c) this group doesn't exits

thank you !