Display Alternative Account in Additional Data screen of FB03

Dear SAP experts,
Transaction code FB03's screen does have an alternative account column. But I want to display
Alternative account when I click on each account (in line item of FB03 screen) or display
alternative account in Additional Data screen of FB03. I don't know how to do it.
Does anyone here know about configuring this, please help me.
Thank you so much.
Maxielight.

Hi,
To display the "Alternative Account Number" field in report of the new General Ledger, please proceed as follows:
1) Implement Note 895609 and 939649.
2) To display "Alternative Account Number" in the line layout variant, proceed as follows:
- Call transaction O7R3 and add BSEG-LOKKT as special field.
- Then change the line layout variant. The system now displays the "Alternative Account Number" field.
3) In the line item display in the classic General Ledger (transaction FBL3N), you could enhance the custom selections in transaction SE36 as described in Note 310886. However, in the new General Ledger, the custom selection in transaction FAGLL03 has different sub-areas. Each of these areas corresponds to a structure:
G/L account master record SKA1_FS
G/L account company code SKB1_FS
G/L account line item BSIS_FS
Since the "Alternative Account Number" is not included in the structure SKB1_FS in the standard delivery, please implement the enhancement as described in Note 945932.  To include more fields in the custom selections of transaction FAGLL03, you can enhance the structures using an APPEND.
Regards,
Gaurav

Similar Messages

  • How to enhance IT 1001 additional data screen.

    Hi Folks,
    I want to enhance IT1001 additional data screen, (I want to add two fields on the screen), the table of it is HRPAD34 and it also contains CI include, But When i try to enhance it through PPCI T-code, I'm unable to do it, Can any buddy suggest how to enhance screen  of additional data of IT1001.
    Thanks
    Teja.

    try this link u will get enhancing infotype....
    <link to blocked site removed by moderator>
    Thanks,
    Amol
    Edited by: Thomas Zloch on Feb 6, 2012

  • Customer master - Group Code in Additional Data screen

    Hi,
    In customer master, in the 'Additional Customer Data' pop up screen  (Extras -> Additional Data), you can find a field for group code (KNA1-KATR6).   Where in IMG do I maintain the values for this field?
    Appreciate your advise.  thanks!

    Hi,
    You can maintain this values in the below path
    IMG->LOGISTICS GENERAL->BUSINESS PARTNER>CUSTOMERS->CONTROL->DEFINE ATTRIBUTES->CUSTOMER ATTRIBUTES 6
    In the above path you can define the required entry and it will appear in the Customer master configuration.
    regards,
    santosh

  • Field BSEG-HKTID does not exist in the additional data Screen

    Hi
    We are facing a problem while posting the parked document. Field BSEG-HKTID does not exist in the screen SAPLF040 0331.
    As we want to avoid entering the field-data at the time of payment proposal run using T.code F110, we prefer to enter at the time of posting a parked document or at the time of parking.
    We had checked the field status (of Posting key and GL) and its not available.
    We refered note 953374 House bank details: Account ID in the document. It asks to activate the RE-FX component. However, we are not in the real estate business hence not logical to do so. How do we need to proceed?
    PP

    To do the same change with the transaccion FB02 y FB03, create an enhancemente point in the program: SAPMF05L dynpro: 1301, module: DYNPRO_MODIFIKATION, at the of perform open_fi_dynpro_mod and write:
    LOOP AT SCREEN.
      IF sy-tcode = 'FB02'.
        IF screen-name = 'BSEG-HKTID'.
          screen-input = 1.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      elseif sy-tcode = 'FB03'.
          IF screen-name = 'BSEG-HKTID'.
          screen-input = 0.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      endif.
      ENDLOOP.
    and, all ready.

  • Problem in CV01n additional data tab screen when BDC recording

    i am using bdc for uploading data . i am all ready write the code and its working fine in DEV and QAV . but the problem is in PRD is the additional data screen is not coming .. its coming like a empty screen . the fleads are not showing .. error is coming like ' the corser filed is not in this screen and fileads are also not in this screen' . please give the solution  for uploading the data ...

    you check your code
    PERFORM bdc_dynpro      USING 'SAPLCLMO' '0100'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'RMCLM-CLASS'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=DOKM'.
        PERFORM bdc_field       USING 'RMCLM-CLASS'
                                      wa_unit-class.
        PERFORM bdc_field       USING 'RMCLM-KLART'
                                      wa_unit-klart.
        PERFORM bdc_dynpro      USING 'SAPLCLMO' '0100'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'RMCLM-CLASS'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=DOKM'.
        PERFORM bdc_dynpro      USING 'SAPLCLMO' '7777'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=SAVE'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'RMCLM-KDOKAZ'.
        PERFORM bdc_field       USING 'RMCLM-DOKNR'
                                      wa_unit-doknr.
        PERFORM bdc_field       USING 'RMCLM-DOKAR'
                                      wa_unit-dokar.
        PERFORM bdc_field       USING 'RMCLM-DOKTL'
                                      wa_unit-doktl.
        PERFORM bdc_field       USING 'RMCLM-DOKVR'
                                      wa_unit-dokvr.
        PERFORM bdc_field       USING 'RMCLM-KDOKAZ'
                                      wa_unit-kdokaz.

  • FAGLL03 alternative account description

    Hi guys,
    We are working with group accounts in Group chart of accounts (f.e. CAXX) and depending alternative accounts in Local chart of accounts (f.e. CAFR).
    When consulting FAGLL03 (Display line items) you can choose to display group account numbers or switch to alternative account numbers (via Settings - Layout - Current header rows  -->  and change characteristic ).
    But unfortunately description is not changed when switching to alternative accounts. Description always remains group account description in this report.
    Is there a way to display alternative account number AND alternative account description in FAGLL03?
    regards

    Herman,
    Alternative number you can display, but make sure that Alternative a/c number should be filled in GL master under control data tab.
    There is no provision for Alternative account description.
    Rgds
    Murali. N

  • Adding custom fields to VA01 additional data tab without access key

    I have to add custom fields at item level in transaction VA01/VA02.
    Is  access key required to add fields to additional data screen i.e 8459 ?
    Is there any way to do this without using access key ?

    Hi ,
    Try for any User Exit or BADI available for the tcodes.
    Here are exits for VA01 and VA02.
    Exit Name           Description
    SDTRM001            Reschedule schedule lines without a new ATP check
    V45A0001            Determine alternative materials for product selection
    V45A0002            Predefine sold-to party in sales document
    V45A0003            Collector for customer function modulpool MV45A
    V45A0004            Copy packing proposal
    V45E0001            Update the purchase order from the sales order
    V45E0002            Data transfer in procurement elements (PRreq., assembly)
    V45L0001            SD component supplier processing (customer enhancements)
    V45P0001            SD customer function for cross-company code sales
    V45S0001            Update sales document from configuration
    V45S0003            MRP-relevance for incomplete configuration
    V45S0004            Effectivity type in sales order
    V45W0001            SD Service Management: Forward Contract Data to Item
    V46H0001            SD Customer functions for resource-related billing
    V60F0001            SD Billing plan (customer enhancement) diff. to billing plan
    Regards,
    Lakshman.

  • Info type 1001 Additional Data and Maintenance Using PPOME

    Hi All,
    I have gone through the steps of creating additional data for a new relationship that I have created in Organizational Management.  Everything works fine when maintaining this relationship using transaction PO13 - Position maintenance.
    Transaction PO13 - 1. Create relationship. 2. Additional data screen comes up. 3. Additional data is saved.
    Transaction PPOME - 1. Assign relationship. 2. No Additional data scree.
    I have debugged the code and PPOME calls module pool MP100100 the same way at PO13 and infact the system actually goes through the code to call my additional data screen, but the screen is not present in PPOME even though the system calls it.  
    Has anyone ran into this issue?  Is there a solution?  Or does PPOME not support the maintenance of relationship additional data?
    thanks.
    JB

    check this view T77OMTABUS.
    In the attribute scenerio select the OME0  and then double click on tab page of scenerio of each object type....
    against the object S there are several tab page defined. i think you need to create the  entry for the additional data also.
    hope this would work..
    Thanks,
    Amar

  • Screen compression problems in sales order additional data b screens

    When i enter va01 for the slaes order he screens are:
    SAPMV45A8309, Sales Document Header - User Exit Header
    SAPMV45A8459, Sales doc. Item - User exit item
    Use screen painter to change them. (transaction SE51)
    what happened is that i have four boxes in additional data b subscreens and i am calling another sub screen 9801 which contains table control what happened is that while run time i am getting gap in the boex of screen 8459, how to compreess the boxes or spaces to accomodate the table control.
    very urgent pls.....
    regards
    subba

    Thanks for your reply , Actually i am calling  9801 sub screen  with table control on to 8459 sub screen(sapmv45a program)
    still the problemm remains the same. I am using the code as below.zie,z01,zia are all modification groups to hide the boxes in the 8459 screen, pls check my code and revert back   urgently urgently.....
    PROCESS BEFORE OUTPUT.
                               Verarbeitung vor der Ausg
        MODULE ZZ_GET_TEXT.
       MODULE ZZ_FIELD_SETTINGS.
      CALL SUBSCREEN ZZAUDIT INCLUDING 'SAPMV45A' '9801'.
    PROCESS AFTER INPUT.
       CALL SUBSCREEN ZZAUDIT.
    MODULE    ZZ_FIELD_SETTINGS OUTPUT.
      LOOP AT SCREEN.
      Determine main grouping based upon mod group 3 field.
        CASE SCREEN-GROUP3.
          WHEN 'ZIA'.                    " Orbit  /interface architecture.
            PERFORM ZZ_FIELD_ZIA.
          WHEN  'ZIE'.                  " ERI interface.
            PERFORM ZZ_FIELD_ZIE.
          WHEN 'Z01'. " Generic -Relevant for all interfaces potentially.
            PERFORM ZZ_FIELD_Z01.
        ENDCASE.
      Handle display of contract versus other doc types.
        IF VBAK-VBTYP EQ  'G'.       "Contract doc type.
          IF SCREEN-GROUP4 NE  'Z02'.
            SCREEN-ACTIVE = 0.  " field not relevant for contract display.
          ENDIF.
        ELSE.                    "other doc types.
          IF SCREEN-GROUP4 EQ 'Z02'.
          Field not relevant for non-contract display.
            SCREEN-ACTIVE  = 0.
          ENDIF.
        ENDIF.
    FORM ZZ_FIELD_ZIE.
      IF NOT VBAK-AUART IN ZZR_AUART.
    IA related Doc Type - Hide ERI fields
        SCREEN-ACTIVE = 0.
      ELSE.
      IF SY-BINPT NE 'X'.         " Not Processing in BDC Mode
        SCREEN-INPUT = 0.         " Turn Off Input Ability
      ENDIF.
        CASE SCREEN-GROUP4.
          WHEN 'ZAU'.                " Audit Toggle Related
           IF zzshowaudit NE 'X'.
             screen-active = 0.
           ENDIF.
          WHEN 'ENA'.
            SCREEN-INPUT   = 1.
          WHEN 'ZTS'.
            IF SY-SYSID EQ 'DV2'.
              SCREEN-INPUT = 1.      " Testing Allowed in Development
            ENDIF.
        ENDCASE.
      ENDIF.
    FORM ZZ_FIELD_ZIA.
      IF VBAK-AUART IN ZZR_AUART.
      ERI related Doc Type  -Hide IA related fields
        SCREEN-ACTIVE = 0.
      ELSE.
        CASE SCREEN-GROUP1.
          WHEN '001'.                             "0902 specific fields
          WHEN '002'.                              "0902 WebCore fields
            IF  VBAK-VKORG NE '0902' AND
                VBAK-VKORG NE '0903' AND
                VBAK-VKORG NE '0917'.
              SCREEN-INPUT = 0.
            ENDIF.
          WHEN '003'.                              "0917 specific fields
            IF VBAK-VKORG NE '0917'.
              SCREEN-INPUT = 0.
            ENDIF.
          WHEN '999'.                             "Generic Fields
            IF VBAK-VKORG EQ '0917' OR
               VBAK-VKORG EQ '0902' OR
               VBAK-VKORG EQ '0903'.

  • Screen Exit for adding custom fields in Additional Data tab in ME21N

    I need a screen exit or whatever other method for adding custom fields to the additional data tab at header level.
    I also need a similar exit for adding a filed at item level.
    Thanks in advance
    Martin

    Hello,
    1st find badi or exit and then create screen ...and assign the screen group and screen no for that implementation....some steps i can give u i did with SPRO tcode....
    please check it for VA02
    SPRO u2013 SAP Reference IMG ---  Logistics General --- Basic partner u2013 customers -- Control u2013 Adaption of customers own masters data element u2013 prepare modification of customer free enhancement of customer master record
    1)Screen group                                  description
            zs                                           creating badi      --- (save)
           click on (label tab pages) u2013 new entries
           number u2013 10 , function code u2013 zs10 ,  description u2013 func ---(save) u2013(back)
    2)select (FM_CUSTOMER_ADD) u2013 copy
         Implementation name u2013 ZAS
         (desc u2013 impl for cust) u2013 (save)
        interfaceu2014(check_add_on_active) double click on it
    3)the above screen appear --  write the code in it u2013 (save) --- (activate) u2013 (back) u2013 (save)
         -- (activate) u2013 (back)
       Business adds in customer sub screens
    4)select (FM_CUSTOMER_ADD) u2013 copy
         Implementation name u2013 ZAS1
         (description -- cust) u2013 in attribute u2013 (give screen group name)
    5)go to interfaces (GET_TAXI_SCREEN)  double click on it
       (save)  --- (activate) 
    6)(SAVE)  -- 
        Goto SE38  -- CREATE PROGRAM WITH NAME (ZQW) type module pool
         Goto SE51  -- Prog : ZQW
           Screen : 200 (Create)
          Goto layout u2013 design the screen
    7)save u2013 activate
       then goto transaction : va02
    For User Exit's
    goto to tcode->status->program name->double click on that,
    then goto to-> attribute take the package name and
    Goto SMOD tcode ->Utilities->give the package name and F8
    then a list of exits will display for that tcode as well as that package.
    u can check the table MODSAP
    u can check the table MODACT
    For BADI's,
    1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE
    keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'
    then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.
    2)Goto to tcode->status->program name->double click on that program will display's
    then  press crtl+F then cl_exithandler
    Thank u ,
    santhosh

  • Display of additional data of production confirmation  in QA11

    Dear All,
    While production confirmation in repetitive manufacturing, we are capturing machine related data like die no  through development and savind in table.
    My requirement is to display the data mentioned during production confirmation (die no) in QA11 screen which enables the user for defects recording. Here we have used  '04' inspection type , based on production confirmation quantity ,inspection lot  wil be generated.
    please provide your valuable suggestions
    Thanks & regards,
    rajesh

    Hi Luke,
    Thanks for your reply,
    I think the userexit "QPL10004" suggested  by you will display the additional data stored in QALS table. However, our requirement is to display the data stored in "RMRP" table based on material document no stored in QALS table while posting usage decision.
    We have appended RMRP table with zfields like die no, & we've done a developement, like whenever we do production confirmation in repetive manufacturing the die no will be stored in RMRP table.
    And we've activated '04' inspection type in the material master of the product produced.
    Our requirement is to display the die no (stored in RMRP table ) to user in QA11 , so that the user will be aware of the die no for which he is going to post usage decision in order to record defects die wise.
    we are producing similar materials on various dies.
    I've preapared a logic to display die no in QA11 which is as follows.
    1. Get material document No from: QALS-MBLNR, QALS u2013 HERKUNFT=u201904u2019
    2. Against QALS-MBLNR = BLPP-MBLNR, get the value of BLPP- PRTNR
    3. Against BLPP- PRTNR = RMRP-PRTNR, get the values of  RMRP- ZZMDV01, RMRP- ZZDIE_NO, RMRP- ZZCAVITIES, RMRP-ZZSHIFT
    4. Display of data of step 3 in inspection lot u2013 T-code = QA11, by creating custom fields for display
    If available, please suggest any userexit/BADI which will support the above functionality.
    Thanks & regards,
    rajesh

  • Adding new fields to additional data B screen in sales transaction

    Hi All,
    I have a requirement like this I need to add 3 input fields and 1 push button(select oppurtunity) in additional data B screen of sales order transaction.If I click on this button I want geneate one pop up dialog box just like as search help box and I should be able to search data for these 3 fields data based on some 4 input fields data?How can I acheive this?I can add button and what I have to write the code in PBO and PAI of this screen?Please some body help me in this regard.
    Regards
    Mahesh

    Hi friend,
    In SAP we can add few fields from maintain reserve fields. Please go through it;
    Maintain Reserve Fields In Customer Master
    There are reserve fields in the customer master record which are not used in the standard system. They are available for use and are as follows:
    Customer group 1 (View: V_TVV1 Field:KVGR1)
    Customer group 2 (View: V_TVV2 Field:KVGR2)
    Customer group 3 (View: V_TVV3 Field:KVGR3)
    Customer group 4 (View: V_TVV4 Field:KVGR4)
    Customer group 5 (View: V_TVV5 Field:KVGR5)
    You can find the fields in the customer master record under the sales and distribution data in Sales. Choose additional data under Environment.
    It is advisable to change the field description (Data elements KVGR1 to KVGR5).
    This is described in the system modifications in the Reserve fields unit of the customer master record:
    Reserve Fields in Customer Master
    Record
    In this step you maintain the valid entries for the individual views.

  • Payment block code is not displayed when an alternative account is used

    Hi,
    we have defined an alternative account for vendors.
    When posting an invoice directly in FI, the payment block field (as well as the other payment terms fields) is not displayed in the Payment tab, if the alternative account code is selected. If the alternative account is cleared - in the same document - the payment terms fields are again displayed. Changing again the alternative account field (from blank to the relevant code) have the effect of payment terms masking.
    The same behavior happens during the modification of a document.
    The result is that - as the invoices are posted with the payment block field posted as default, it is not possible to release those documents.
    Can you give me any hint?
    Thanks,
    Massimo

    Hi
    It may be a problem with Posting Keys you are using.
    Go to OB41
    Double click on posting key used for payment or which ever your action is for
    Click on the Field status on the top
    Double click on Payment Transactions
    And select optional or required for the fields which you want to see
                              OR
    Go to TCode OBC4
    Select the required company code's Field status variant (whole line should be selected)
    Double click on Field status groups
    Double click on Reconciliation accounts (A/Payable or A/Receivable)
    Double click on Payment Transactions
    And select optional or required for the fields which you want to see
    Hope its useful.
    Mostly first solution should work for you
    Regards
    Jyotsna

  • Screen for  'Additional Data B' of  VA01

    Hi folks,
    i want to add one field cusomer no  in 'Additional Data B' tab of VA01.
    can anyone tell me the screen number for 'Additional Data B' of VA01 & the complete process of creating the field & validating the VBAP table?
    Points will be awarded.
    Regards
    pabi

    Hi Pabitra,
    If you want to add fields in the item, create append structure for VBAP to add fields to standard table
    In the screen mentioned , using graphic painter -> "import data from dictionary" from VBAP ->use the table and bring to the element to the screen
    In PBO write logic for the field mainly to inactivate the screen for VA03 ...write the logic
    if sy-tcode is 'VA03'.
    Loop at screen.
    screen-input= 0.
    Modify screen.
    endloop.
    endif.
    In the PAI write validations for the field if required
    Pls check and revert
    Reward if useful
    Regards
    Byju

  • Screen Exit for VA01/02 Additional data tab B

    Hi
    i am working on screen exit for Additional Data Tab B to add custom fields.I have included the fields in VBAK table using append structure(is there a way to include fields using Include Structure?).
    Also i have seen in many threads that SAPMV45A program and 8309 is the screen number to do the changes.
    I am new to this Screen exits can someone tell me how to add these fields in that tab?i dont understand what to do from here.
    give me step by step process or any link to do this.

    hi
    but does it ask me for ACCESSKEY?
    i must not change the standard thing. i need to implement in Exits only.i have seen in SAPMV45A there are 2 exits exit_**_002 and 003 which can be used for PBO and PAI.
    but i am confused on how to bring the fields into ADDITIONAL DATA TAB B  without changing standard directly?

Maybe you are looking for