Name change in header details

Dear All,
Could any one plz tell me how one employee's header name changes to other employee?
some times header change with name change also(0002 infotype) occurs.
Most of the cases will have data in 31 infotype but no user is using 31 infotype & 121 infotype.
P0001-ENAME = P0002-VORNA P0002-NACHN (Standard SAP Settings).
P0001-ENAME also one of the header fields which have been used for all infotypes.
Now for some employees, ENAME is not coming as VORNA NACHN. It is getting replaced by some existing employeeu2019s name.
Regards,
durai

Hi Durai,
Please check the header Definition step in customizing. The header modifier will be same for all the fileds which are to be displayed in the header.
This is some thing like below
Header Mod Line Column Field name Lngth Keyword Con. Fldty IT   STy.
                                                                                14 1    01     ENAME      40                 DAT   0001    
         14 1    35     OTV02      00                 DD1   0491    
         14 1    44     OTV02      00                 DAT   0491    
         14 1    55     PERSG      00                 DTX   0001    
         14 2    01     WERKS      00                 DTX   0001    
         14 2    35     PERSK      00                 DTX   0001    
         14 3    01     BTRTL      00                 DTX   0001    
         14 3    35     PERID      08    SS1          TXD   0002    
         14 3    44     PERID      00                 DAT   0002    
Let me know if you find any other solution.
Thanks,
Vasu.

Similar Messages

  • How to get the Change Document Header details for a given date

    Hi All,
    Can anyone help me on this Change Document Header details(CDHDR).
    Better way to pull the information of Change Document Header details(CDHDR). No Index is maintained for the tables.
    So please suggest better Optimising techniques to get the Change Document Header details(CDHDR).
    Using this Function module : CHANGEDOCUMENT_READ_HEADERS how to import the DATE_OF_CHANGE.
    Thanks in advance
    Regards
    Chakri

    HI,
    Go through the documenattion of the FM u can get the details.. and also where used list
    Regards,
    Nagaraj

  • Total column not changed between header & detailed screen

    I have a report with header data contains contracts information and detailed data contains orders, debit credit memo related to the contracts.  I write the report using CL_SALV_TABLE to display  contract value, usage  in full ALV_GRID. When I double click on a contract line, it will go to the second screen to show all orders related to that contract.  The second screen with orders information will be in a screen on a container with all standard function ( Export list to Excel, Word format etc..), sort, total and sub total) and a push button to go back to first screen.
      The report works fine but when I am on the second screen, I total and sub total the amount on that screen in order to check with total value in header record and it total up correctly by currency.
    But when I go back to the first screen, select a different contract record,  double click on the line to get to the order info screen,  all order data display correctly except that the total column still show amount from the previous detailed screen.  If I select the column again and click the total, it will total correctly.   I did refresh the data in the screen before go back to first screen but it does not solve the problem.
    DOES ANYONE HAVE A SIMILAR SYMPTON LIKE THIS? 
    Thanks for your advice.
    On the order detailed screen, I create a container with screen 100 and write PAI, PBO like this:
    Screen 100:
    process before output.
      module status_0100.
      module load_data_to_control.   "Load usage data to screen
    process after input.
    module user_command_0100.
    module status_0100 output.
      set pf-status 'PF100'.
      set titlebar 'T100'.
    endmodule.  
    module load_data_to_control output.
      if gr_cont is not bound.
        create object gr_cont
          exporting
            container_name = 'CONTAINER_100'
          exceptions
            others         = 1.
        if  sy-subrc <> 0.
          message a052(zvn) with
          ' No container object found'.
        endif.
        try.
            cl_salv_table=>factory(
            exporting
         list_display   = list_display
              r_container = gr_cont
          container_name =
            importing
              r_salv_table = gr_alv_2
            changing
              t_table = gt_orders
          catch cx_salv_msg into gr_error.
        endtry.
        perform set_functions.        " Set all standard function in screen 100
        perform set_column_order using gr_alv_2.       "Set column format, display
        perform handle_events.                       "Register events for selection mode & user commands
         Display order screen 0100
        gr_alv_2->display( ).
      else.
        gr_alv_2->refresh( ).
    endif.
    module user_command_0100 input.
      data: wa_d type gt_dtab,
            ls_contract type vbeln,
            ls_order    type vbeln,
            ls_invoice  type vbeln,
            ls_belnr type belnr_d,
            ls_row   type char10.
      data: l_text type char128.
        case  sy-ucomm.
        when 'RETURN' or 'BACK' or 'EXIT' or 'CANCEL'.
    *... refresh the table in order to see the new data
          gr_alv_2->refresh( ).
          leave to screen 0.
        when others.
      endcase.
    endmodule.                 " USER_COMMAND_0100  INPUT

    Hi ,
    When you are using the CL_SALV_TABLE, what is the use of screen 100. Better populate the evnts table in CL_SALV_TABLE
    Cheers
    Pavan

  • How to Change Journal Header name to Custom Header Name while GL Importing?

    Hello Experts,
    I am in situation where customer wanted to keep their own journal header naming conventions to imported journals in Oracle GL for custom Journal sources.
    As I know while importing journals, Oracle Creates the Journal Name based on the below mentioned logic.
    "Journal Import creates a default journal entry name using the following format:
    (Optional User-Entered REFERENCE4)(Category Name)(Currency)
    (Currency Conversion Type, if applicable)
    (Currency Conversion Rate, if applicable)
    (Currency Conversion Date, if applicable) (Encumbrance Type ID, if applicable)
    (Budget VersionID, if applicable). If you enter a journal entry name,
    Journal Import prepends the first 25 characters of your journal entry name to
    the above format"
    But then How it is possible to only allow journal header Name to be used present in REFERENCE4 excluding all other string provided by Oracle? Instead of using omitted string custmoer wanted to keep their own parameters. Example - REFERENCE4.A.B.C etc.
    Is it possible to solve this using seeded setup or modifying some hook packages or anything else?
    As far as I know there can be one workaround to be use of updating journal header name after journal import being completed successfully for custom journal source. But only fear is Oracle doesnt allow updating the base table without API. Am I rght?
    So it would be really great if anyone of you can suggest the best solution or best possible workaround.
    Thanks

    Duplicate - How to Change Journal Header name to Custom Header Name while GL Importing?

  • Table name for the AMOUNT field in header details of costomer invoice

    hi experts,
                    I need the table name for the field AMOUNT(wrbtr) which is in header details in fb70 tcode .I have checked many tables like bseg bsid,  there its showing the amount but at item level.

    Hi,
    the table behind structure INVFO is RBKP (Header level).
    For item level you have table RSEG.
    These tables refer to MM.
    Once the MM documents are completed and you post the corresponding invoice RBKP data goes to BKPF and RSEG data goes to  BSEG data.
    The relattion between MM(RBKP/RSEG) and FI(BKPF/BSEG) documents is in field BKPF-AWKEY. This field usually contains (RBKP-BELNRRBKP-GJAHR that is MM documentMM year).
    e.g. (BKPF-AWKEY = 51056024412009)
    Best regards.

  • Dynpro table -dynamically change table header name

    how to change table header name at runtime ?
    for instance, when i bind to a dataNode with this attribute:
    smsid, usrid, crdate, stdate,enddate
    change to
    message_id, user_id, create_date, start_date, end_date  during runtime.

    Hi yzme,
    To change the column header for each field you have to set the [Caption-Header] text value.
    Use this code inside "wdDoModifyView" method.
        //@@begin wdDoModifyView
         IWDCaption smsid_caption = (IWDCaption)view.getElement("smsid_header");
         smsid_caption.setText("message_id");
         IWDCaption usrid_caption = (IWDCaption)view.getElement("usrid_header");
         usrid_caption.setText("user_id");
         IWDCaption crdate_caption = (IWDCaption)view.getElement("crdate_header");
         crdate_caption.setText("create_date");
         IWDCaption stdate_caption = (IWDCaption)view.getElement("stdate_header");
         stdate_caption.setText("start_date");
         IWDCaption enddate_caption = (IWDCaption)view.getElement("enddate_header");
         enddate_caption.setText("end_date ");
            //@@end
    Regards,
    Mithu

  • VLO2N header details - TEXTS tab - change mode.

    Hello All,
    have a requirement .
    as
    once you are in VL02n - outbound delivery change-header details
    and invoice has been created for the outbound delivery it wont open Text tab in change mode.
    i need to to make it in change mode.
    for the corresponding permit number.

    Hi
    When you implement SAP Note 1565880, the texts in an outbound delivery can no longer be changed after the goods issue has been posted. This SAP Note provides a user exit that allows you to adjust the ready for input status of texts customer-specifically.

  • What is change header / detail tables

    hi
    could anybody tel me
    what is change header / detail tables

    hi Rich,
    these r from my test questions which were given in my institute where im learning abap.
    can u plz give the answers to these questions.
    regards,
    maqsood

  • Field/Table to change the header tick in sales order billing plan

    Hi SD Guru's
    I am using a GUI screen to create standard sales order (VA01). Since my order dates at header and line item level can differ, i want the field name or table name of the header tick which is taken as default from my billing plan in my sales order.
    Or is there any setting where my billing plan at item level is not defaulted from my header.
    Its really urgent. Would appreciate your reply.
    Regards
    Ravi

    Hi Ravi,
    I'm unsure whether this will help you or not. In VOV7, choose your It Cat, in detailed screen of It Cat settings there's a checkbox with "Business data" when not checked which will allow you to change Data at Item level.
    Regards
    SD

  • User exit/BADi to change the header text in MIRO transaction

    Hi all,
    I am searching user exit or badi to change the header text in MIRO transaction.
    My requirement is, before post the invoice I need to populate the vendor name in Header text field(MIRO -> Details tab -> header text field ). I have tried all the user exits and BADi's related to MIRO. Doesn't work. If anybody knows please share.
    Thanks,
    Pranav

    Try BADI INVOICE_UPDATE.
    If you are in system version is ECC 6.0, you can find out a Enhancement SPOT (ES_SAPLMRMC) under Function module MRM_FINAL_CHECK, which can be used to perform this requirement
    Hope this helps.
    Thanks,
    Balaji
    Edited by: Balaji Ganapathiraman on Mar 14, 2008 4:43 PM

  • Help required in getting the header details.

    Hi All ,
    In my first WDA , I am showing the header details of Purchase Order for a input parameter  in table
    and now I want to show the items details for that particular PO on lead selection of the the PO details
    in my second application . How can I achieve the desired functionality .
    Please help , any pointers regarding this ..
    Thanks in Advance.

    Hi ,
    U need tto get the URL of the called application through method
    construct_wd_url and generate the popup window for the second application with the above URL .
    in ur first app , crate an event on lead selection of the table and write the following piece of code :
       DATA:
          w_url   type string,
          w_value type string.
             call method cl_wd_utilities=>construct_wd_url
            exporting
            application_name              = u2018 u2018 // here specify the name of the called application
          importing
            out_absolute_url              = w_url.
       * make the Value type compatible that has to be passed with the URL
      w_value = lv_ebeln.
    * Attach the parameters and its value with the URL that
    * have to be passed to the 2nd application
      call method cl_http_server=>append_field_url
        exporting
          name  = ' '   // input parameter here
          value = w_value
        changing
          url   = w_url.
    * generate a popup window for the 2nd application with the above URL
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_external_window(
                       url = w_url ).
      lo_window->open( ).
    Now in the doinit of ur called application , u can get the value for that particular input parameter
    [code}
    DATA:
      lv_param type string.  
    lv_param = wdr_task=>client_window->get_parameter( ' u2018  ).  // paramtr name
    Now select the appropriate values in internal table for this and bind it to ur context node ..
    I hope this helps..

  • TAB name change in PO

    Hi,
    I want to change the tab name in a PO say for eg. the Additional data tab in the header data has to be changed to validity details.
    How to proceed?
    Regards,
    R. Dillibabu.

    Hi ,
    First check the program name . Go to Se51 and select the program name , select screen number 0014(for me23n) and layout editor radio button then go to display ...from there u can change the description .
    Thanks
    Dipak

  • Header detail is displayed strangly.

    On my Mac BookPro, the Header Detail in MAIL is screwed up. When I read mail the "From" field overlaps the "Subject" field, making it impossible to read who the e-mail is from. In Mail preferences, you can choose different Header Detail formats, under Viewing. However, no mater what I pick the fields still overlap. The"Return Path" field is also overlaping something. I can't read the text to tell what it is. This doesn't happen on any of my other Macs.
    Any clue as to What I can do to fix this?

    First of all I'd like to excuse me for my english. It might be a bit ... rusted.
    I happen to have the same problem as Steven. Although it should not be the Helvetica because I am using Tahoma in my mails.
    I am running Suitcase on my computer and Tahoma is enabled.
    I think there must be some problem between Mail and Suitcase because this problem came up after I installed Suitcase some days ago.
    In the beginning I could solve the problem of overlaping lines by changeing and rechangeing the displayed font. But now this trick won't work anymore.
    Maybe the problem is that Tahoma is located in User/[name]/library/fonts?
    Does anybody have an idea?

  • OSB obtaining file over ftp without auto name changing

    Hi,
    We would like to use OSB for a simple FTP Get (anonymous user) from a public FTP domain. Therefore it is not allowed to rename or delete the original file. We just want to GET it.
    Anyone suggestions?
    Many thanks,
    Stefan

    Hi Stefan,
    I understood that it is a public FTP domain that is why you are not able to delete file from the source location better go for the archive option by providing the archive directory. Please try following the below process, it worked with for me.
    1. Create one proxy service with FTP end point URL and Get All Headers = Yes and other required parameters.
    2.Create the Business service with FTP endpoint URI and all other details.
    3. Route the Proxy Service to Business Service. After routing action Add one more action --> Communication--> Set Transport Headers --> Set Transport Headers for Outbound Request.. Select Filename radio button and from drop down set file name in file heading.
    4 Now if you want to keep the original file name and format (pdf,txt,doc) then select Copy header from inbound request --> save it and test it .
    If you want ot change file name as per some required format then you need to write the xquery for generating the name like using concatenation or other function.
    Regards
    Bharat

  • Config reqd to track the changes to Bak details with report  S_AHR_61015505

    Hi All
    I have a need to tack the changes to 'Bank Details'. I have tried using the report 'S_AHR_61015505' , it works fine for the 'Addresses' info type but not for Bank details. I presume I need to do some config to activate the change log to track the changes to Bank info using this report.
    Can any body please tell me what I exactly I need to do  for this .
    Thanks
    Srinivas

    as suresh said follow the steps in img  then click on Field group definition. There in infotype 9(Bank Details ) check for Field group is 01 and maintain Fields
    Field Group   Field Name
    01                 BANKL
    01                 BANKN
    01                 BANKS
    01                 BKONT
    01                 EMFSL
    01                 ZLSCH.
    I hope this answers your question
    if so close the thread
    ---Bob Radi

Maybe you are looking for

  • HOW TO MAKE FONTS BIGGER IN FINDER MENU

    How can i make fonts bigger in finder menu and safari menus . everything is very small

  • Edit in Photoshop will not use sRGB

    When I edit images from Lightroom in Photoshop (Ctrl+E), I can set up a colour space to use for the export. Setting it to Adobe RGB or ProPhoto leads to the expected result that Photoshop asks me whether to use the embedded profile or convert to my w

  • Where can I buy a cinema HD display power adapter

    I try to find this product in the store : http://support.apple.com/kb/HT2803?viewlocale=fr_FR thank you

  • Problem in Business Workplace

    Hi Gurus, We are having a problem in SAP Business workplace. One particular user is unable to attach any excel fiile while sending mail. The error is "close the file in the PC eff.nuovo attempt" Regards, Pradeep

  • Where can I Download Web Premium 5.5 for winows

    it is so frustating and confusing whenever i want to donload cs5.5 web premium and every time I land up on to CS6  !! I want to download CS5.5 and and donot want to upgrade !! need help !!