cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch Text Item in J1IF11

Former Member
0 Kudos

Hi Experts,

In J1IF11, we have a tab called "Text" . In this tab, we have written some texts. Now, my issue is, how to fetch that text item into our script as I am not able to get it's Name, Text ID, Text Object and Language anywhere in the Text tab. Please help me in this issue. Appreciate your concerns

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can get the details in table TTXIT.

J1IF-->TDOBJECT-->Subcontracting challan

TDSPRAS TDOBJECT TDID TDTEXT

E J1IF 0001 Sub contracting challan

E J1IF 0002 Sub contractors norms

E J1IF 0003 Shipping instructions

E J1IF DNLD Download

E J1IF IDEN Identification marks

E J1IF PROC Nature of processing

Regards,

Raju.

Former Member
0 Kudos

Hi Raju,

Thanks for your response. But my issue is something else. I need to fetch the texts which are under the Identification marks and Nature of processing. I have to fetch these texts. Please help me in this.

Former Member
0 Kudos

Use READ_TEXT Function module.

See the text maintained in table STXH.

Here you can find

J1IF 57FC00000100632008 IDEN E

J1IF 57FC00000100632008 PROC E

J1IF 57FC00000102332008 IDEN E

J1IF 57FC00000102332008 PROC E

J1IF 57FC00000105272008 IDEN E

J1IF 57FC00000105272008 PROC E

J1IF 57FC00000110642008 PROC E

J1IF 57FC00000111252008 PROC E

IDEN is for Identification marks and

PROC is for Nature of processing

that is here the TDNAME is concatenated with challen number and Excise year.

Former Member
0 Kudos

Thanks man. I am very much near to the result. could you please give an example of READ_TEXT FM.

Edited by: Abaper on Oct 15, 2008 3:56 PM

Answers (0)