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

Equipment Address Creation using Function Modules

Former Member
0 Likes
874

Hi,

I am able to create Equipment using BAPI_EQUI_CREATE. But not able to create address data for it.

Can anyone please let me know the steps/order of FMs to be used ?

Thanks,

Harsh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Hi Harsh,

After Successfully Creating Equipment using BAPI_EQUI_CREATE , then Call one BDC Code for Updating Address using 'IE02'  T-code.

1 : BAPI for Creating "Equipment"

2 : BDC (IE02) for Updating Address Only .

    (BAPI Equipment Number is One of the Input Parameter of BDC with all Address field information .)

Regard's

Smruti

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
588

Hi,

Have a look at this thread

http://scn.sap.com/thread/1147138

look at ROB's instruction.

Thanks

Gourav.

Read only

Former Member
0 Likes
589

Hi Harsh,

After Successfully Creating Equipment using BAPI_EQUI_CREATE , then Call one BDC Code for Updating Address using 'IE02'  T-code.

1 : BAPI for Creating "Equipment"

2 : BDC (IE02) for Updating Address Only .

    (BAPI Equipment Number is One of the Input Parameter of BDC with all Address field information .)

Regard's

Smruti