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

Transaction to maintain BOR Object types TO address reference (Table :TSADOBJ)

kirankumark2
Participant
0 Likes
2,437

Hi Experts,

I have a requirement where i need to update ADRC table with Company code, Sales Org, Sales Office and Plant address details. To Achieve this functionality i have used a BAPI "BAPI_ADDRESSORG_CHANGE". But this BAPI is throwing an Error message stating that "Object type not maintained in the table TSADOBJ". For this BAPI it is mandatory to pass OBJ_TYPE and that Object type should maintaine in the table TSADOBJ. Can someone explain me how to maintain and it is an ABAPER task or any other Functional task.

Hi Experts,

I have a requirement where i need to update ADRC table with Company code, Sales Org, Sales Office and Plant address details. To Achieve this functionality i have used a BAPI "BAPI_ADDRESSORG_CHANGE". But this BAPI is throwing an Error message stating that "Object type not maintained in the table TSADOBJ". For this BAPI it is mandatory to pass OBJ_TYPE and that Object type should maintaine in the table TSADOBJ. Can someone explain me how to maintain and it is an ABAPER task or any other Functional task.

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
1,695

Kiran,

Did you check SWO1 F4 help for the field Object/Interface type field ?

BUS4001 ?

K.Kiran.

Read only

0 Likes
1,695

Got the solution. from SE11 itself we can maintain by path UTILITIES->TABLE CONTENTS>MAINTAIN ENTRIES. But the issue is those tables are Client specific, so can i maintaine?

Read only

kiran_k8
Active Contributor
0 Likes
1,695

I think you should be using existing standard Business Object Types because BUS4001 is linked to the FM BAPI_ADDRESSORG_CHANGE.

Better you have a word within your team or await experts to reply.

K.Kiran.

Read only

0 Likes
1,695

Yes. I am using standard Object types. Above BAPI is required some Function modules to be maintained in the tables TSADRV Against to the Respective Business Objects. I have to finish this requirement ASAP. Kindly suggest me anyone. Can i Maintain Required Function modules(F4 Help is available) or not and the same will move to Production.