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

Creating building with reference using BAPI BAPI_RE_BU_CREATE

Former Member
0 Likes
751

Hi,

Can any one help me out in creating a building using BAPI BAPI_RE_BU_CREATE with reference to (Create from Architecture) which automatically take details like Building name , Address details and measurnment details..

regards

3 REPLIES 3
Read only

Former Member
0 Likes
628

Hi,

Look at the below link

http://abap.wikiprog.com/wiki/BAPI_RE_BU_CREATE

Regards

Sudheer

Read only

0 Likes
628

Hi,

Can anyone advise something else?

Read only

0 Likes
628

The problem was solved by the usage of the table ARCH_REL in FM BAPI_RE_BU_CREATE. When you fiill it with necessary AO (ARCH_OBJECT_TYPE = 'I0'), the system copies all necessary data to the usage object.