cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Service item long text editor

Former Member
0 Kudos

Hi Experts,

I am facing the following problem when trying the output message for long text in service item position:

Text Name 00000000120000000002

Language ES

Text ID LLTX Service text

Text Object ESLL Texts for services

I need to know how can I get the text name? I dont knowwhere the concatenate come from, or which table it refers...

Thanks in advance

Livio

Accepted Solutions (1)

Accepted Solutions (1)

raymond_giuseppi
Active Contributor
0 Kudos

As the name indicates those are the key of ESLL "Lines of Service Package Services"

Regards,

Raymond

Former Member
0 Kudos

Hi,

It is correct. it is the line for service. The problem is the we dont use service master data but users simply write a free text description for each line and add en extra text using the editor for each position.

The code assign to ESLL is the number of the package, but how can i get this number w/o master service? how is generated and save this code?

Thanks in advances

Livio

raymond_giuseppi
Active Contributor
0 Kudos

Look (via SE16) if there are actually records in ESLL / ESLH, if yes, ESLH has the purchase order number and line number fields and EKPO has PACKNO field.

Regards,

Raymond

Former Member
0 Kudos

Hi,

In service item text

TEXT OBJECT -


> 'ESLL'

TEXT ID----


> 'LTXT' (This is for Manual entered Text)

TEXT ID----


> 'LLXT' (This is for Service Text which has copied from service Master)

U ca use LTXT insted of LLTX.

Answers (1)

Answers (1)

former_member156446
Active Contributor
0 Kudos

It depends on the config, generally it would the Order number concatenated with the item number or just Order number... along with padded zeros.

Former Member
0 Kudos

Hi J@Y

But in this case this code is not the PO number. What you said it is true for material PO item position, but for services this code do not say anything to me. The PO number is 4500000002. Some idea?

thanks

Livio

former_member156446
Active Contributor
0 Kudos

Check with ur Functional team.