Application Development 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: 

Module function for create/modify Customer Company Data ( No Batch input )

Former Member
0 Kudos

Hi to all,

I need to create a new company view in the Customer Master Data for an already existing customer .

I just need the company Data I don't want to Create/Modify the general master Data.

I am looking for a Function Module not the RFBIDE00 Batch Input prog ( that will be may fall back if there is no option)

or another On Line running prog.

I need a back ground type of prog ( synchroneous Bapi type ).

BAPI_CUSTOMER_CHANGEFROMDATA1 seemed fine but I don't have any Sales organisation to provide.So it doesn't work for me.

Our customers are only managed for FI ( company view ) ( no Sales organization ) .

Any idea ?

Thanks for your help

Yvon

1 REPLY 1

Former Member
0 Kudos

for this you need to select recording method, for example first create customer with comapny code 0001 with all general data and company code data in normal way, after that do recording with XD01 tcode with different comapny code(0002) it will work, i have created multiple company codes, in this case some of fileds like comany code data view mandatory fileds are changed.....

for thuis its created session, you can process this one into background mode.....