cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Text in IORDER

Joerg_S
Participant
0 Kudos

Hi,

we created a

standard text

with SO10
which we use in PM order position (text of step) - IW32

example:

INCLUDE IS0054_TEXT OBJECT TEXT ID ZPM

when we print this order everything looks OK (whole text was printed)

but when we send this order to extern system via transaction IORD the standard text is not transfered, but the INCLUDE command!

IDOC type IORDER01

segment E1OROPR_LTXT:

TDFORMAT

/:

TDLINE

INCLUDE IS0054_TEST2 OBJECT TEXT ID ZPM

Does anybody know how to "force" SAP to perform the include command instead of copy it into the IDOC ???

kind regards

Jörg

Accepted Solutions (0)

Answers (3)

Answers (3)

Joerg_S
Participant
0 Kudos

SAP support answered our request:

- SO10 include for IDOC not supported -

That's it - NO SOLUTION -

Former Member
0 Kudos

Could you please provide the Message Number which you created to SAP?

former_member196280
Active Contributor
0 Kudos

Standard text will not be linked to transport you have to added it to your transport request to transport to different clients.

Follow this steps for linking standard text to transport

Goto Se09 --> Select the transport request number you where you want to insert the standard text --> click display --> change --> under program id R3TR --> object type = text --> object name Ex, TEXT,Z110_JP_AVIS_PAYMENT_ADVICE,ST,J(Text, standard text name, text id, language)

Regards,

SaiRam

Joerg_S
Participant
0 Kudos

Hi SaiRam,

our standard text + our PM order are both on the same client (HLI)

= no need to transport standard text

thanx for guessing

regards

Jörg

Former Member
0 Kudos

Can you explain the question bit clear..

Joerg_S
Participant
0 Kudos

Hi Raghu,

1. in SO10 you can create standard text to be used in several transactions.

We create text name: IS0054_text / text ID: ZPM

content: "This is an example for standard text to be transfered"

2. in transaction IW32 (change existing PM order) we want to use this standard text:

a) click on long text button of "first operation"

b) in text editor - menu: insert > text > standard (Ctrl + Shift + F5)

result:

INCLUDE IS0054_TEST2 OBJECT TEXT ID ZPM

3. in transaction IORD you can transfer PM orders to subsystems via IDOC

if we do that, an IDOC is created including all order information incl. our text

Problem: we expected that in segement E1OROPR_LTXT (Order Operation Long Text segment) our text "This is an example for standard text to be transfered"will be found, but we found only "INCLUDE IS0054_TEST2 OBJECT TEXT ID ZPM"

So why does SAP not follow the "INCLUDE" command and put linked text into IDOC ???

any ideas how to treat SAP to perform this command before creating the IDOC?

kind regards

Jörg