cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI Release

Former Member
0 Kudos

Dear All,

Plz any body can tell me how to release BAPI in BOR(TCode :BAPI)

i have created Obj.Type and Set it to (ObjectType -> Change release status to -> Implemented ). But i am not able to find it in BAPI Explorer.

Thanks,

RP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try this out

1. First release the function module in the Function Builder. Choose

Function module ® Release ® Release.

2. Set the status of the method to "released" in the Business Object Builder.

Select the relevant SAP business object type in the Business Object Builder, and open the node Methods.

Place the cursor on your BAPI, and choose Edit ® Change release status ® Object type component ® In Released.

3. Verify the new status of the function module in the Function Builder and the method in the BOR.

Satish

Former Member
0 Kudos

Thanks Dear,

But while doing this it gives error message "Released object type must be transportable"

plz help

RP

Former Member
0 Kudos

Check if your BAPI is under transportable request(you can go to se09 to verify your transports) ?

Only transportable request can be released from one system to another.

Satish