cancel
Showing results for 
Search instead for 
Did you mean: 

Table for the Purchase Info Record:Text

Former Member
0 Kudos

Dear All

As the Purchase Info Record data is saved in the tables like EINA/EINE/EIPA

In which table can i find the "Info Record:Text"

Please help me guys

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It is important to realize that all Text records are not stored transparently in tables like other data. Text records are stored within clusters in SAP.

You can access these texts in SAP when you create a include text node in your SmartForm. Once created you begin by selecting the Text Type: Include Text.

The Text Key for an include text is made up of the following parts.

You can use the ABAP function module u201CREAD_TEXTu201D to access Text records by passing the correct header information. You can see the text in the TDLINE.

If you go to SE37 u2013 ABAP Function Modules and enter READ_TEXT you can press the Test/Execute button and enter real data into the import parameters and validate that your text can be accessed using this function module. You can then incorporate it into your ABAP program to access any SAP text that you need.

This is essentially what is done automatically for you in SmartForms when using the Text Type: Include Text.

Finding Header Information for Info Record Texts

You can find the header information for text records using the following steps.

1.Click on the Text tab for either header or item texts

2.Double-click on any header or item text in the Purchase Order

3.Go to any existing text

4.Use menu path Edit u2013> Text u2013> Long Text

5.Select menu option Goto u2013> Header

The header information will be displayed and will contain the following field values

Text Name: Info Record Number 53000128641 090

Language: EN

Text ID: BT (Purchase order text)

Text Object: EINE (Texts, pur. info. pur.org.data).

For more clarity please check the below link.

http://www.sap-advisor.com/abap-coding/sap-text-administration-and-info-records-for-purchase-orders/

I hope this will clear your issue. Thanking you.

Answers (2)

Answers (2)

former_member131774
Contributor
0 Kudos

STXH

STXL

You can check FM HANDLE_TEXT_ARRAY_AFTER_COMMIT for more detail info

Former Member
0 Kudos

I didnt find the data in those tables

thanks for the reply

FM=form? am i right?

former_member131774
Contributor
0 Kudos

FM = Function Module

Former Member
0 Kudos

Daer,

try to use this

Table Name RM06I

Hope so this will help you

Thanks & regards

Varun Bisaria

Former Member
0 Kudos

Dear

Thank you for the reply

RM06I is not a Table,it is a Structure.