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 Text for Customer Master

Former Member
0 Likes
1,245

There are custom Text id and description (eg. ZAFF 'Affiliate Note') to be created for each type of customer(Sold-to, Ship-to,Bill-to,Payer).

I am working on a inbound interface using custom function module, which is customized from IDOC_INPUT_DEBITOR. When the new customer will be created in SAP, how to create these text for each type of customer?

Any suggession will be helpful.

Revert back if you have any doubts.

1 ACCEPTED SOLUTION
Read only

alex_m
Active Contributor
0 Likes
1,001

Hi,

You mean to say, create the text for customer in dynamic.

Hi,

You mean to say, create the text for customer in dynamic.

4 REPLIES 4
Read only

alex_m
Active Contributor
0 Likes
1,002

Hi,

You mean to say, create the text for customer in dynamic.

Read only

Former Member
0 Likes
1,001

No .The text will be same for all customers. I have to create those texts for the customer at the time of inbound idoc processing where I am using custom function module with all the functionality of function module IDOC_INPUT_DEBITOR

Read only

Former Member
0 Likes
1,001

Hi Maria,

No .The text will be same for all customers. I have to create those texts for the customer at the time of inbound idoc processing where I am using custom function module with all the functionality of function module IDOC_INPUT_DEBITOR

Regards,

Tanmay

Read only

Former Member
0 Likes
1,001

You can do this in the user exit for that customer based on the partner type by fetching the entry from Partner table like VBPA .

check the entry from here for the customer and based on the partner condition like SH BP PY SO u can populate the text .

you have to do this in teh user exit of that Inbound IDOC.

regards,

vijay