Problem for Header text of Contracts

Hi guys,
a suggest:I have created in customizing a new header text and I want display and manage it on header of contract but when I create the contract see always the standard header texts 'release order text', 'header text','header note' 'pricing type' 'deadlines' but my own header text number 17 there is not.
i have simply entered in customizing Contract>Texts for Contracts>Define Text Types for Header Texts and I have created the text with sequence numeber 17...how can I display it in header of contract?
I have seeked for in this forum but in all messages on text I don't find this problem
Thanks in advance
Bye

Hi,
am adding up...........
Please refer the below link......
http://www.sap-advisor.com/abap-coding/sap-text-administration-and-info-records-for-purchase-orders/
Hope it may help you...
Venkat.

Similar Messages

  • BAPI_ACC_DOCUMENT_POST problem in header text(bktxt)

    Hi experts,
               Am using bapi  BAPI_ACC_DOCUMENT_POST for gl upload for t-code f-02. the problem is header text(bktxt) is not uploading in fb03. how to solve this problem??
    Regards,
    Sunita.

    Because BAPI: BAPI_ACC_DOCUMENT_POST will Check BADI with Posting
    1.BADI Information:
    (1)Object Type Name(Interface) is IF_EX_AC_DOCUMENT (T-code: SE24)
    (2)Method: CHANGE_INITIAL & CHANGE_AFTER_CHECK
    2.Reason:
    (1)Once This BADI has been created for any reason,
        BAPI:BAPI_ACC_DOCUMENT_CHECK & BAPI_ACC_DOCUMENT_POST
        will check it for Document Header Text
    (2)If Method: CHANGE_INITIAL & CHANGE_AFTER_CHECK has been created for any reason,
        but Creator return an null Document Header Text, then BAPI will clear Document Header Text
    3.Solution:
    (1)Add source code into Method: CHANGE_INITIAL & CHANGE_AFTER_CHECK,
        please refer to (2) for detail source code below
    (2)
      DATA: wa_header TYPE acchd.
      IF sy-xprog EQ 'SAPLBPFC'.
    *---<SAPLBPFC> is for Posting     with BAPI: BAPI_ACC_DOCUMENT_CHECK
    *---<SAPMSSY1> is for Test(Check) with BAPI: BAPI_ACC_DOCUMENT_POST
        CLEAR wa_header.
        wa_header = im_document-header.
        ex_document-header-bktxt = wa_header-bktxt.
        CLEAR wa_header.
      ENDIF.

  • Header text in contract not transferring to PO

    Hi,
    I am creating a PO referencing a contract. I maintained header note in contract. Now, when I am creating a PO referencing to the contract the header note in not transferring to the PO.  The F1 help in header note in contract shows if it will not be selected it will not be processed. When I selected and tried to save it the system shows no data changed.
    Is there any configuration setting for this.
    Need your help.
    Thanks

    Hi Gaurav,
    Header Text  should certainly copy from Contract to PO just make sure these settings are available in system.
    Go to OLME -> Purchase Order ->Texts for PO -> Define copying rules for header texts
                 It will show you several header text types
    Select the text id go to text linkage here Source Object contract should be there (with Fix indicator blank or *)
    if not then maintain the same and test again

  • Wht is TEXT ID for Header Text in a Purc. Order?

    Hi Experts,
    Am looking to dispaly the header text of my_purchase order into a report, by using READ_TEXT.
    But. am unable to figure out the TEXT ID for this HEADER TEXT for my_PO.
    So,
    1 - Wht is TEXT ID for it? ok, after some reasearch , i came to know that, its F01.......so, how to know the F01 is for header text? i know how to know this for sales order!!
    2 - In which tables stiores all thsese info?
    replies appreciated.
    thanq
    Edited by: SAP ABAPer on Oct 14, 2008 9:27 PM

    Rob's Suggestion is the best way to find that out.
    One other way is to Double click on the Text area. This will open a text editor.
    Then Navigate to Goto->Header. This should give you the required Info.

  • Table For Header Text Old Value

    Hi,
    Could Anyone helpme in finding the table for Header text of the PO , as We know  to find the current PO Header Text,by usinf th FM READ_text but i want to to find the header text for the po before Updated , Thanks in advance
    Regards
    Priyanka M Jain

    Hi,
    I believe that you need the text just after entering in PO during the runtime.
    just enter the text and go in the debugg mode, check for table text / textline in the global parameters and you will find the text.
    Hope this helps,
    Raj

  • Condition for header text heading

    Hi
    in sales order smart form i have created text element(include text) for including header text named SPECIAL INSTRUCTIONS. i have proveded all the parameters like text name, text ID, Text object..
    how can i restrict the heading for this text (i.e i want the heading special instructions to be appeared only when the text is maintained for that ID 
    Regards
    DB kumar

    Hi,
    You can not maintain a standard text without a single line.
    But, by default, default paragraph , i.e. (*)  will come in that column which means an EMPTY TEXT LINE is entered.
    If you want to check for the empty text line, then do  th efollowing.
    1. insert code lines . Take a global field : flag type c.
    tables: stxl.
    select single * from stxl where TDNAME EQ 'ZTEST_RAM'.
    if sy-subrc eq 0.
      if stxl-CLUSTR gt 81.  " when no line is maintained , stxl-CLUSTR = 81. else stxl-CLUSTR > 81.
        flag = 'X'.
      endif.
    endif.
    2. For Heading Text ,  Maintain condition with flag as u required.
    Thanks & Regards,
    Ram.

  • User Exit / BADI for Header Text in IW21

    Dear All,
    I have an requirement to update a header text of IW21 (Creating Notification) with some condition, ie., Header Text should be updated with different text (some information along with entered text) depends on Notification type and Functional Location.
    Is there any User Exit / Badi to do this ?
    Could any one help on this regard ?
    Thanks and Regards,

    Hi,
    Below are the exits for the Transaction Code - IW21.
    Exit Name Description
    IWO10026 User check on setting status 'Do not perform'
    IWO10027 User exit: Generate user-defined settlement rule
    IWOC0002 PM/SM notification: Check whether status change is allowed
    IWOC0003 PM/SM authorization check of ref. object and planner group
    IWOC0004 Change single-level list editing PM/QM/SM ALV settings
    IWOC0001 Create PM/SM notification: Determine reference object
    Check each which can server your purpose.
    May be EXIT_SAPMIWO0_020 might suit your purpose.
    Regards,
    Vijay V

  • WD ABAP: Problem with Header text wrapping in Table Column

    Hi,
    I am unable to achieve Header Text wrapping for the TABLE columns. I have set the property "HeaderTextWrapping" to TRUE for each column and the "Fixed table layout" property has been set to TRUE.
    Is there some property of the table/column I have to set to achieve this? Or does selection of a specific property remove option of HeaderText Wrapping?
    Thanks,
    Adithya

    hi..
    Try increasing the width of column keeping other thing as it is as you have done. And yes check whether cell editor property wrapping is set true.

  • Change documents log for Header texts of Sales order

    Hi ,
    Does any body came across seeing the changes in the texts in the change logs in the sales order ?
    Can anyone of you provide me the way to activate the change logs for the long texts
    Regards,
    Ajai.

    Kapil,
    Before my current project I was with the same opinion. But at my current client I saw the header texts being logged for the purchase order. I.e if we change the header texts for the PO, we can see the changes in the change log history of the PO.  Thats where I got trouble into.  The business shows the PO history and expecting the same in SO too.  I was unable to figure out how the PO header texts changes were being logged.
                Coming to performance, the clients volume of orders is not too high.
    Lets see any of our SDN friends come up with some hints..
    Regards,
    Ajai.

  • Creating screen for header text

    Hi Experts,
    I am creating a Z transaction for our business process. In the header part the users want to enter header texts as it is available in SO/PO etc. I know the function modules read_text, save_text and commit_text.
    I would like to know how I will be able to create the texts types and assign it with my document numbers.
    Thanks,
    Abdullah

    This is described in [sap library - SAPscript Control Tables and Structures|http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/0db81a494511d182b70000e829fbfe/frameset.htm] (transaction SE75, tables TTXOB, TTXID, etc.)
    To make a relationship between a text (primary key TDOBJECT, TDID, TDNAME, TDSPRAS) and a document, concatenate document primary key into TDNAME field.

  • Spras for header text...

    hi all,
    in billing header text, default value for spras is "DE". i'm changing it as "EN" for each bill while billing. i want to set this default as "EN".
    how can i do this?

    Hi,
    Goto T code VOTXN and select the access sequence which is assigned to the relevant billing text type you are using..... Select the language as English in the access sequence.....
    This will work.......
    Reward if helpful..
    Regards
    Bageerath

  • ME21N check for header text in user exit

    Hello,
    Does anyone know if/how I can see header text contents for a PO prior to its saving in ME21N? I have made my other checks prior to saving in EXIT_SAPMM06E_012, but I also want to validate the contents of the header text. This is a 46C system.
    Thanks!
    Jeff

    Hi,
    Each text in the tab is stored in the form of longtext you will have to read the texts with function module READ_TEXT. Currently not in front of the system to give you exact paramters for function module. Would suggest putting a break-point at READ_TEXT function module and then start the transaction. You will see that it will stop for reading the texts. The initial select that the text exists or not is on STXH table.
    thanks

  • BADI/Userexit for header text in Purchase order

    Hi Experts,
    i had a scenario , in that when i create a sales order , a purhcase requisiona and purchase order will also generate automatically.
    in this case how to copy the header text of sales order to PR and PO.
    is there any BADI or User Exit for this..
    Pls help me.
    Thanks ,
    Chandra

    Hello Chandra
    Assuming that you are working on ERP 6.0 (Do we know???) then the BAdIs are:
    ME_PROCESS_REQ_CUST
    ME_PROCESS_PO_CUST
    Regards
      Uwe

  • Mapping Problem for header

    Hi experts,
    I have one sender message as below :
    Header
    Idoc 1
    idoc 2
    idoc 3
    receiver message is as below :
    idoc
    - header
    - item
    idoc 1 is mapped with idoc of receiver, header is mapped with header of idoc.
    For idoc 1 one idoc is generated, for idoc 2 and idoc 3 different idocs are generated.
    My query is for header data, it is coming only with idoc 1 when it is mapped with header, it should come with all the idoc data.
    Please help,
    Regards,
    Study SAP

    Hi,
    Use
    You require the function useOneAsMany() if a field that only occurs once needs to be replicated as often as another field occurs in the outbound message so that the fields can be written to the target structure in pairs as a record.
    Go through this link...
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/df564b6aa24fc9ab0d685460747de5/content.htm
    Thanks,
    Satya Kumar

  • Page adjustment problem for a text element

    Hi experts,
          In my smartfrom i am having a main window with table ( Header.main area and footer)
    i am having some 10 lines of text in footer of table.
    Based on line items in a main area ,footer is dispalying..i mean some times footer text is not able to adjust  in a one page..i mean 5 lines are dipalying in previous page and remaining 5 lines are displaying in next page..
    this is not required..it should be displayed in a one page ..How can acheive this?
    Can anybody plz help me out?

    I guess, you need additional coding to acheive... but the way your current form behaves is correct as user can maintain n number of item text. if user says that the item text is not exceeding to certain number of line items then you can build a small logic like this to fit all the item text to one page.
    Use FM READ_TEXT to find the total number of lines used to maintain item text.
    See how many line items that your main window can fit..
    Example: if you main window is accomodated for 15 line items and assume you have 3 line items.
    1st line item is having item text for 5 lines, second line item is having item text for 8 lines and 3rd line items is having item text of 9 lines ..
    you create a prgram line inside your smart form which increments the line items and item text... always sum up the number of line items before displaying them...place a command to trigger the next page inside your main window.. with condition that increment is greater then 15.
    I guess ,the above information will help you to close the thread.
    Regards,
    Sairam

Maybe you are looking for

  • Code view not in synch with Design view (Dreamweaver CS3)

    Hello All, On my main work PC, I am running Dreamweaver CS3. When I am working in split view (with both Design and Code view visible) when I click on an element (say, a button) in Design view, the code view automatically shows me the code for the ele

  • Updated ios and phone is locked

    Can someone help me please? Last night I updated to the latest IOS and the phone said it failed, so I restored the phone. This morning when I got up, my phone was locked and my code doesn't work any more. I connected to iTunes thinking that if I upda

  • No Gmail notifications, in status bar or icon badge, the mail is still working and syncing perfect

    Any body got this problem more than I? I did full reset to factory reset but still same problem. And yes I know all about phones as I'm a recognized developer at xda-developers. Also another p problem it's Swype won't vibrate at all, no matter what I

  • Isight disconnecting from ichat -- but there is no "green screen"

    Aloha! My Macbook is a day old and photobooth works fine. When i first booted it up, it requested to take a picture of me and that worked fine too. The problems stared when I wanted to video chat with fellow macbook users --- i saw myself and it said

  • Help installing Quicktime

    Could someone please help me with installing Quicktime. Everytime I try to install it I get the error message, "The installer encountered errors before the requested operations for quicktime could be completed. To retry these operations at a later ti