cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Header Text Variable

Former Member
0 Kudos

Hi,

I have generated a SO10 standard text including variables from VBRK tables.
For example: 'Sample text with: &VBRK-KUNAG&.'

I made the required setting by transaction VOTXN.

1-When I generate a new VF02 billing record, this SO10 text object is succesfully copied to header text, but without

variable value:

"Sample text with: ."

2-When I send this record to EDI I can see the EDI text just as SO10 text object:

'Sample text with: &VBRK-KUNAG&.'

Meanwhile, I can see this text with the variable value in the output program without any problem.

"Sample text with: 32881."

How can I transfer this variables in header text and EDI corectly?

Thanks,

Hamza

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186385
Active Contributor
0 Kudos

Hi,

You have to use READ_TEXT function module to read the text

the same function module has to be called even to the EDI FM as well

check with your developer

regards,

santosh

Former Member
0 Kudos

Hi Vemuri,

I can already copy the main text. I can not get the text variable only.

I am also using the VOTXN customizing to read the standard text object.

Why should I use READ_TEXT fm?

I suppose there sould be another solution.

Lakshmipathi
Active Contributor
0 Kudos

Can you explain your requirement with some screen shots showing what exactly you want.

G. Lakshmipathi

Former Member
0 Kudos

Hello,

We have generated a standard text object by transaction SO10:

We linked one of the biling header text to this SO10 standart text object and we can see this text object when a new billing document is generated.

But, we have faced the following problems:

Problem 1: Variable values are not seen in VF03 header text :

1-How to show variables in VF02 or VF03 transactions?

Problem 2: Original variable valures are transferred to IDOC(WE02 transaction records):



How to see the values instead of variables in IDOC text?

Kind Regards,

Hamza