Table for the Purchase Info Record:Text

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

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.

Similar Messages

  • Update/create the purchase info records

    Hi All,
    i got a requirment for update/create the purchase info records for the transaction ME11.
    i came to know that the FM <b>ME_DIRECT_INPUT_INFORECORD</b> is suitable for this requirment.
    but when i am trying to test this by passing data to I_EINA and I_EINE.
    it is giving some error message like "<b>Please enter at least one vendor</b>, Number entered not within external number range and etc".
    can any one guid me in passing the data to this function module, i.e. what are the required fields that are to be passed to this FM.
    if i have to update/create the EINA & EINE table data.
    Thanks,
    Rama

    Hi,
    Better use report RM06IBI0 - read its documentation with
    Tcode SE38
    Greetings Andreas

  • IDoc status 51 - LSMW for Creating Purchasing Info Records

    Dear All,
    My req is to create a Conversion for Purchasing Info Records. LSMW's IDoc method is used to develop this conversion wherein Message Type "INFREC" and Basic Type "INFRECMASS01" are being used.
    In the 14th step (Start IDoc Processing), I 'am getting the IDoc status "51" and Status Text "Application document not posted". If I double click on respective IDoc number, I got its Control record, Data records, and Status records; in the status records I can see "51" in Red color with the message "Function module not allowed: IDOC_INPUT_INFREC". If I double click on this it asks me to check the process code...
    Request you guys to resolve the issue....
    Solution will b rewarded.. Thanks in advance....

    I shouldnot use basic type INFREC01 instead of NFRECMASS01.
    'coz Within the FM there is a check for basic type like:
    check idoc type
    if f_idoc_control-idoctp c_idoctp_infrec01. " INFREC01
    raise wrong_function_called.
    endif.
    Even one can go to WE57 and see the basic Type INFREC01 assigned to the FM IDOC_INPUT_INFREC, hence one shud use this basic type...

  • IDoc status 51 - LSMW for Creating Purchasing Info Records using IDoc meth

    Dear All,
    My req is to create a Conversion for Purchasing Info Records. LSMW's IDoc method is used to develop this conversion wherein Message Type "INFREC" and Basic Type "INFRECMASS01" are being used.
    In the 14th step (Start IDoc Processing), I 'am getting the IDoc status "51" and Status Text "Application document not posted". If I double click on respective IDoc number, I got its Control record, Data records, and Status records; in the status records I can see "51" in Red color with the message "Function module not allowed: IDOC_INPUT_INFREC". If I double click on this it asks me to check the process code...
    Request you guys to resolve the issue....
    Solution will b rewarded.. Thanks in advance....

    U should use basic type INFREC01 instead of NFRECMASS01.
    Within the FM there is a check for basic type like:
    check idoc type
        if f_idoc_control-idoctp <> c_idoctp_infrec01. " INFREC01
          raise wrong_function_called.
        endif.
    Edited by: Joyjit Ghosh on Sep 15, 2008 4:57 PM

  • Tables involved in Purchase Info Record

    Hi Gurus
    what are all the tables involved in PIR apart from EINA & EINE ?

    Hi
    Only these two tables are used for info record
    EINA     Purchase info record (main data)
    EINE     Purchase info record (organizational data)
    also check
    QINF     Inspection info record (vendor - material)
    Vishal...

  • FM or BAPI for creating purchase info records and purchase conditions

    Hi all,
    i need create purchase info records and purchase conditions from txt-file,
    What FM or BAPI i can used for this?
    Thanks and Regards,
    Andrei

    You can use trasaction SXDA_TOOLS.....
    object type BUS3003
    program type BINP
    program/method RM06IBI0
    but the fields must be sequentially written in the txt, with every space inclusive....

  • Purchase Info Record Texts Upload

    Hello all,
    I am using the standard upload program RM06IBI0 for data migration of PIRs. I have a seperate file that has PO texts.
    When I upload the texts I use the structure BRM06I --> BLINES to transport the text.
    However, there seems to be no way of forcing the text to go into the right PIR text. I only have PO texts to upload but no matter what data I place in the BRM06I structure the LSMW always places the text into the Info Record Note text.
    Can anyone help?

    Hi
    I have encountered the same problem with material BOM creation.
    The reason you get this message is probably because you didn't define correctly the identification field in the source structures.
    In step 'Maintain source fields' you should define the first field of every structure as identification field by creating char field of length 1. Then from the tree view of source fields, double click this field (in change mode) and give appropriate value in field 'Identifying Field Content', meaning 1 for header structure, 2 for items structure etc.
    This should fix the problem.
    Best regards

  • To get the table for the purchase order , Completely delivered

    Hi Experts,
    I need to find a table for a given purchase order no . EKKO-EBLEN ,
    which shows the status of the purchase orde is completely delivered or completely invoiced.
    I tried finding using the F1 help and the where used list, but couldnt..
    Thanks in advance ,
    Harshit Rungta

    in EKPO, check for each item
    - ELIKZ "Delivery completed" indicator
    - EREKZ "Final invoice indicator"
    Regards,
    Raymond

  • Screen Exit for ME11 (purchasing info record)

    Hi,
    Please let me know, do we have screen exit for ME11 transaction to add custom fields.
    Or
    Do we have any other possibilty or solution to add custom fields to ME11 transaction.
    Please suggest.
    Thanks for quick reply.
    Surya

    Hi,
        Check below link.....
    BAPI for transaction ME11 and ME12
    Thanks,
    Asit Purbey.

  • Bapi for creating purchase info records

    Hi,
    Is there any bapi or standard function to create PIR

    BAPI_REQUISITION_CREATE
    or
    ME_CREATE_REQUISITION_EXT
    see this list as well.
    http://www.sapbapi.com/bapi-list/

  • Customizing the Enjoy PO document overview for Purchase Info Records (PIR)

    Greetings!
    I am looking to use purchase info records to store material pricing information but we donu2019t want to lose the document overview functionality that SAP delivers with the enjoy PO screens (ME21n, ME22n, ME23n).
    Has anyone had success implementing user exit MEQUERY1 to customize the document overview so that a purchase info record query can be added to the document overview & the attributes of the purchase info record can be copied over to the PO?
    Iu2019d be curious to know what solutions other SAP shops came up with.
    Thanks.
    Richard Wortmann

    Nick,
    Thanks for the reply.  We will have the source list generated for the purchase info records (PIRs) however the gap I'm looking to solve for is mainly for non-MRP material buys. 
    Our current business situation allows material handlers to run a query in the document overview to ID specific materials on a purchasing contract (aka outline agreement) and drag those materials to the shopping cart on the PO.  This provides a very easy process for the buyer to ID materials & supplier relationships.
    Since we are moving away from purchasing contracts we want to continue with the same drag and drop process but only allow PIR's to be selected in the query.
    Looks like in OSS note 377180 SAP provides a user exit to implement this functionality (via MEQUERY1)- I'm just wondering if anyone has had success adding a PIR query to the document overview and creating POu2019s with reference to that query.
    Thanks.
    Rich Wortmann

  • Authorization object in Purchasing Info Record

    Hello,
    I can't find an authorization object in the purchasing info record to block the acces to the general fields at client level, user by user.
    I have found only the following authorizations object:
    M_EINF_EKO : Purchasing Organization in Purchasing Info Record
    M_EINF_EKG : Purchasing Group in Purchasing Info Record
    M_EINF_WRK : Plant in Purchasing Info Record
    S_TCODE : Transaction Code Check at Transaction Start
    An authorization object like 'M_MATE_MAN : Material Master: Data at Client Level' doesn't exist for the Purchasing Info Record?
    Thanks,
    Fabien.

    Dear Friend
    If dont have Authorization object in Purchasing Info Record, You can create the Spool request Number in SU53 Transction Code, send to Your Basis people, he will priovide the Authorization object in Purchasing Info Record.

  • How to retrieve the long texts from  purchase Info record (ME13)

    Hi,
    How do I retrieve the long texts data from the tab, Texts of the Purchase Info record(ME13).  I want to retrieve the current long texts data(long text1, long text2 long text3, long text4) for a given purchase info record. These long texts points to the structure BRM06I.
    So, now how do I fetch the data from the structure BRM06I. Is there any function module for the same..
    Thanks.

    Hello,
    Texts are stored in tables STXH & STXL (header and item). You can search these tables by selecting Text object = EINA and Text name = Info Rec #. The text ID's you will see are the ID for various texts maintained.
    Cheers !

  • Default Text in Purchase Info Record

    Hi All,
    I am facing one problem during the PIR maintainance.
    While creating PIR for some plants in the Purchase Order Text some default value is coming.
    Is there any way to check where we are maintaining the default value for plant specific.
    Regards
    Sangram

    Please check the copy rule of text in customization setting.
    txn OLME >Purchasing Info Record >Texts for Purchasing Info Records >Define Copying Rules
    and check the sources from which text is coming.
    If text is not in maintained in any of the source of object, then this can be due to inconsistent text in EINA table. See note   496577 .

  • Getting the last active number purchasing info record

    Hi,
    I was trying to get the last active number of the purchasing info record.
    As in the ME21N, while creating a purchase order, once we have entered the material number, the system automatically returns the adequate number of the info recored, but I could't identify (through debug) which was the function module or method call used to get it.
    I will be really thankful if somebody could help.
    Thanks & regards.

    Thanks to all for your answers. I finally figured it out with the help of a functional consultant.
    To identify the last active number purchasing info record, we retreive from table EINA, and there, the field LOEKZ should be empty.
    Basically, we only have one info record number per couple material/vendor.
    Ragards

Maybe you are looking for

  • VA01 error

    Hi, When i use VA01 to create a new sale order , There are somes material that execute open_form for the SAPscript :  PSFC_PRINT_LAYOUT , but I got the error OPen_form not opened ) this means that the call function OPEN_FORM was in error so the START

  • How to suppress the HTTPS alert in a JSP page?

    Hi, I have a JSP page which is https, If I try to move from that page to another https site or refresh the same page , I am getting the security alert , How to suppress that alert Please help me out, It is more urgent ....

  • Does anyone else believe that the ipod nano 7th gen could use a calculator app?

    is there anyway to get the calculator function on the 7th gen ipod nano?

  • Converting strings with line feeds to a single line with identifying chars

    Hi, I dont want to re invent the wheel if there is something out there that does this already. I want to take some string with multiple line feeds and convert it to a single line. For example: "I want this string to be changed to a single line" to th

  • Permission error when WebLogic Server starts up

    Dear WebLogic gurus When I try to startup WebLogic server with 80 listening port in Solaris 2.6, it did not startup due to permission problem. The error log said that Sat Dec 11 06:11:02 GMT 1999:<E> <ListenThread> **** Unable to create server socket