cancel
Showing results for 
Search instead for 
Did you mean: 

Need to know what fields in DEBMAS reqd to send Customer Text info

Former Member
0 Kudos

Hi SAP experts,

I have a IDOC DEBMAS, for sending customer master data from SAP system to legacy system. There are some fields which are in legacy system which are not in SAP, I have already used redundant fields available in custmer master data for mapping, Now for remaining field, I am putting them in customer text, e.g.

go to Sales area data tab, go on top menu bar-Extra and click on text, I have put field Order Limit with its value as 10000 in Description and Ist line as mentioned below

e.g. Description , Ist Line

Order Limit , 10000

For this what segment in DEBMAS IDoc and what field of DEBMAS Idoc i should choose, in order to send the information of Order Limit and its value 10000 to legacy system.

Will this information will be stored in text id, text line ??????

Appreciate a early reply.

Regards'

Bobby

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member212002
Active Contributor
0 Kudos

Hi Bobby,

Follow the link for your requirement.

http://help.sap.com/saphelp_45b/helpdata/en/1a/0e340e539911d1898b0000e8322d00/frameset.htm

Regards

Abhinab

Former Member
0 Kudos

Hi,

Thanks,

I have already read the documentation, by going through the below path

Tools ® Administration ® Administration ® Process technology ® IDoc ® IDoc basis ® Documentation ® IDoc types, but what segment? and in that segement what fields I need to map for customer text information, that is not clear.

Bobby

Former Member
0 Kudos

Hi,

Any body can provide help.....

Regards

Bobby

Former Member
0 Kudos

This is closed, I have found the answer.

For the ones who might face same issue, stop wrecking your brain, solution is mentioned below:

In DEBMAS06 idoc, use segements E1KNVVH & E1KNVVL, incase you have used text in sales area data of customer master. Choose following fields:

TDOBJECT:KNVV

TDID:Z001 ( This comes if you do Text , configuration in IMG in Text determination set as "Z001")

TDSPRAS: E

TDLINE

( Map these fields of the segment to the fields of the target i.e legacy system)

In order to get the text, wriiten in field long text , do the following:

Look for Text Id :Z001, and put information of Long text in Order Limit field, for Long text in EDIDD table of IDOC, Read the long text usng ""READ_TEXT"" Function Module. pass object name to this FM you will get long text in internal table. The FM needs to be Remote enabled module

Define interal table 'it_edidd' of type EDIDD.

Pass this text id,text object, text name and text line from interal table to it_edidd-sdata

TD Name is generated by the system.

If you are using XI or PI as middleware, and SAP is source system and legacy system is target system, then PI can also handle logic based on "TDID:Z001" as a trigger point

for moving the text data to legacy system.

Cheers

Bob