cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass header/item text in inbound ORDERS05 IDoc

former_member723628
Active Participant
0 Kudos

Hi,

I'm trying to create Sales Order from an inbound ORDERS05 idoc thru SE19.

How do I pass the header text and item text to the Sales Order?

What should be the value of E1EDKT1-TDOBJECT and E1EDKT1-TDOBNAME?

An early response is highly appreciated.

Regards,

Gajendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In order to find out the TDOBJECT for Header line, open a existing Sales order, go to the Header text in full screen mode and in the meni Go To --> Header, you will be able to see the parameters here.

TDOBNAME will be the order number itself, as its not created yet you can leave it blank.

Regards,

Ravi

former_member723628
Active Participant
0 Kudos

Ravi,

Could explain this in detail?

Regards,

Gajendra

Former Member
0 Kudos

Go to VA02 ...

Put in a order no, get in

Go TO --> Header --> Texts

You will see three texts -->Form Header / Header Note1 / Header Note 2.

Double Click on which ever one you want to see

Now double click on the text editor

This opens the screen in full screen mode

In the Menu Go T0 --> Header, here you can see the parameters of that particular text

TDNAME --- Order Number

TDOBJECT --- VBBK

TDID --- 0001 (Form Header)

For Header Note 1 - TEXT ID (TDID) changes to 0002 and for HEader Note 2 it is 0003.

Use this in WE19. TDNAME is the order number which is NOT created so leave it blank and the systemw will take care of the same.

Hope this will help.

Please mark the helpful answers

Regards,

Ravi

former_member723628
Active Participant
0 Kudos

Thanks a lot Ravi....I'll try this and keep you posted on this.

Regards,

Gajendra

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Gajendra,

I have the same requirement as yours. I also made use of the segments E1EDKT1 and E1EDKT2, but the texts are not displaying in the sales order. Have you solve this problem already? If yes, is it possible if you could tell me how?

Thanks,

Lalyn

ferry_lianto
Active Contributor
0 Kudos

Hi Gajendra,

What is the significance of "TDOBJECT" and "TDNAME"?

<b>TDOBJECT</b>: application object of the text

The field is part of the text key. It contains the name of the text object to which the text is allocated. This object must be defined in table TTXOB.

<b>TDNAME</b>: name of the text

The field is part of the text key. It contains the name of the text module. This name may be up to 70 characters long. An internal structure of the text name is preset by the text object, but not interpreted by SAPscript.

<b>TDID</b>: ID of the text

The field is part of the text key. It contains the name of the text ID to which the text module belongs. The text ID must be defined in table TTXID together with the text object.

<b>TDSPRAS</b>: language key of the text

The field is part of the text key. It contains the language key of the language used to enter the text lines of the text module. The language key must be defined in table T002.

Hope this will help.

Regards,

Ferry Lianto

former_member723628
Active Participant
0 Kudos

Hi Lianto,

Thanks a for the details.

Regards,

Gajendra

Former Member
0 Kudos

Hello Group.

Just wantd to confirm whether there is some problem with SDN points system since last 18 hours.

Regards,

Tanveer.

Message was edited by: Tanveer Shaikh

Message was edited by: Tanveer Shaikh

ferry_lianto
Active Contributor
0 Kudos

Hi Gajendra,

You meant WE19 instead of SE19.

For sales order header text, you need to populate the following segments.

<b>

E1EDKT1-TSSPRAS = SY-LANGU.

E1EDKT1-TDID = '003'.

E1EDKT2-TDLINE = 'HEADER LINE TEXT'.</b>

For sales order item text, you need to populate the following segments.

<b>

E1EDKT1-TSSPRAS = SY-LANGU.

E1EDKT1-TDID = '004'.

E1EDKT2-TDLINE = 'ITEM LINE TEXT'.</b>

For more information on sales order (ORDERS05) mapping for inbound and outbound, please check this link.

http://www.sapgenie.com/sapedi/mapping.htm

Hope this will help.

Regards,

Ferry Lianto

former_member723628
Active Participant
0 Kudos

Hi Ferry,

Thanks for the reply. Sorry for wrongly mentioning SE19 instead of WE19.

I had been doing the same thing but the text entered E1EDKT1 and E1EDPT1 segments is not getting populated into the Sales Order. Any idea why it would happen like that?

What is the significance of "TDOBJECT" and "TDNAME"?

Regards,

Gajendra