How to assign custom tab field value to corresponding standard tab field value.

Dear friends,
                     I want  assign a field value ( advice code , advice code description ) in a custom tab  to corresponding field value in standard tab (advcode ,).   in me51n. 
following screen shot are given below

Hi SK,
It looks both the tabs are custom ones. In that case, you can either use Export/Import statement or you can use Set/Get Parameter ID for  setting value.
If one is standard subscreen, you can export value from custom subscreen and use line item level user-ext/enhancement to assign the value on standard subscreen.
Hope this helps.
Regards,
Naveen

Similar Messages

  • How to assign  custom rdf report as  stylesheet PO communicator

    R12 :How to assign custom rdf report as stylesheet PO communicator

    Are you trying to have the table where the lines are always be the same size no matter how many lines are present?
    If so, you some choices:
    1) If your lines are always the same height, you might get some ideas on what to do from this article:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html
    2) If your lines vary in height, then you should look into a PDF template. This will give you a pre-printed stationary look in which the drawing of boxes and lines is not affected by the data content.
    3) Other less attractive options are a) making the report in XSL-FO, and b) making a bitmapped RDF report
    There is currently no solution that I am aware of for a pre-printed stationary look using an RTF template in which the data lines are of variable height.

  • Any one know how to use "custom" option present under the data access tab in XLS file format of Data Services

    Hi Experts,
            Any one know how to use or what is the purpose of "custom" option present under the data access tab in Excel workbook file format of Data Services
    Thanks in Advance,
    Rajesh.

    Rajesh, what is the Custom Protocol you are trying to use? It should be  something like PSFTP, etc.,
    Cheers
    Ganesh Sampath

  • How to assign custom table entries to request

    Hi,
    I have around 4000+ entries in Z* table(Customized data).
    Now i have to transport to QA system by assigning request no.
    How to assign the above all entries to the request.
    Thanks
    ~KER

    Hi Ramesh,
    That you can do it if you select
    Recording routine  as <u>Standard recording routine</u>       under table maintainance generator.
    But in my case the table has been created with <u>no,or user,recording routine</u>  option and updated all records in dev system.
    So its not possible  at this point of time.
    Thank you
    ~KER

  • How to add  customer group(KNVV-KDGRP)in the  standard report?

    Dear  All,
    My customer requirment is that  Customer group (KNVV-KDGRP)wise  should be run  in  FBL5N report AND   Customer group should be shown in  FBL3N report.
    how to add  customer group in the  standard report?
    thanking you,
    regards,
    Rupang shah

    Hi,
    This is what I did for FBL5N with a developer because additional fields configuration does include certain tables.
    BTE1650  available for FBL5N and add a new field into one of those tables as an append structure and then use a BTE to populate the field for FBL5N.
    Hope that this helps
    Kind regards

  • How to set Custom screen in ME21N when Payment Terms as particular value ?

    Dear ABAP Experts,
                                         I created one Custom Tab under Header level in me21n using screen exit MM06E005.
                     It's working fine. but  My requirement is, whenever  user will select Payment term as '0001' in Delivery / Invoice Tab then my Custom tab will open in ME21N t-code . My Custom tab will have different input fields which are entered manually, those values will store in Custom table(Z-table) when the user  press save button.
    So, How to do this?

    Hi,
    The ME2xN transactions reads the user settings from table ESDUS using function module ES_READ_USER_SETTINGS, and save them at the end of the transaction using function module ES_APPEND_USER_SETTINGS.
    You need to overwrite the displayed header tab number using  ES_APPEND_USER_SETTINGS just at the beginning of the transaction. I think that a godd point to do this is in the subroutine INIT_TRANSACTION of report RM_MEPO_GUI. You can do this using the enhacement framework. I have tested it and it works for me. This is the code you should insert:
    FORM init_transaction CHANGING ch_document        TYPE mepo_document
                                   ch_exit            TYPE mmpur_bool
                                   ch_requisitions    TYPE mereq_t_eban_mem
                                   ch_requisition_acc TYPE mereq_t_ebkn.
    """""""""""""""""""""""""""""$"$\SE:(1 ) Forma INIT_TRANSACTION, Inicio                                                                                D
    *$*$-Start: (1 )-----------------------------$*$*
    ENHANCEMENT 1  ZTEST.    "active version
    *Expand header------
        CALL FUNCTION 'ES_APPEND_USER_SETTINGS'
          EXPORTING
            iaction  = 'PurchaseOrder'
            ielement = 'DYN_4000-BUTTON     TOGGLE_STATE'
            iactive  = '2'.
    *Move to 2nd tab ----
        CALL FUNCTION 'ES_APPEND_USER_SETTINGS'
          EXPORTING
            iaction  = 'PurchaseOrder'
            ielement = 'HEADER-TABSTRIP     SUBVIEW_INDEX'
            iactive  = '2'.
    ENDENHANCEMENT.
    *$*$-End:   (1 )-----------------------------$*$*
      DATA: l_ebeln  TYPE ekko-ebeln,
            l_ebelp  TYPE ekpo-ebelp,

  • How to assign Customizing Req to a customizing table ?

    Hello All,
    I've created a table with Delivery Class as C and some fields.
    Now when I save this it is asking a Workbench request.
    How shud I put them in a Cutomizing request ?
    Regards,
    Deepu.K

    Hello Deepu
    Customizing tables are, like all other tables, workbench objects and therefore will be transported using a workbench request.
    Since the delivery class of your table is 'C' (= Customizing) the entries inserted into this table will be transported
    - in a customizing request if the entries are client-dependent
    - in a workbench request if the entries are client-independent
    Regards
      Uwe

  • How to Assign Customized Form for Vendor Balance Confirmation - F.18

    Dear All,
    While executing the transaction code f.18. System is showing vendor balances with IDES logo. I want to assign the customized form. Can anybody tell me where to assign form fro F.18.
    Regards
    Sreenivas

    kindly check in the configuration
    SPRO-Financial Accounting-Accounts Receivable and Accounts Payable-Business Transactions-Closing-Count-Balance Confirmation Correspondence-Make and Check Settings for Correspondence-Define Form Names for Correspondence Print
    Select the program "SAPF130K" which one is for balance confirmation. against this the form is attached

  • How to Assign Customized BADI to Standard T.Code  Example ME51N

    Dear all,
    It would be really appriciate if you provide me a solutions.
    I have Created Customized BADI using SE18,SE19. But I am not aware How to Use those BADI in Standard Transaction.
    Example : I have Created PR Related BADI (ZPURREQ_ACC_CHK). How to utilize this BADI In ME51N,ME52N.
    Please advice me.
    Thanks
    Best Regards,
    KSK

    I think what you need to do is find what exits or existing BAdIs are available for the transaction.  Then in the user exit you can call your customized code.  That way you avoid changing SAP's code for the transaction.  You can find BAdIs related to purchasing by going to transaction SPRO and then following this path:
    Materials Management -> Purchasing -> Business Add-Ins for Purchasing
    I hope this helps.
    - April King

  • How to Assign Custom Search Help to the standard tcode ME53N.

    Hi All,
    Can any help me  out.
    I have created a custom Collective Search ZH_T023_MEPO, I want it to be assigned it to the Tcode ME53N. Replacing the standard one H_T023_MEPO. and i also need to restrict it for only one Plant for other Plantu2019s  standard search help H_T023_MEPO should work as usual

    Hello
    The search help in the item overview (of the purchase order) is H_T023_MEPO whereas in the item details section (tabstrip Material Data ) it is H_T023.
    Thus, there would be at least two search helps that you need to change or modify.
    I would suggest a different approach assuming that your requirement is to restrict the search help under certain conditions (e.g. plant). Implement the BAdI ME_PROCESS_PO_CUST and implement two methods:
    PROCESS_ITEM = check material group of item and invalidate if required
    (IF_PURCHASE_ORDER_ITEM_MM~INVALIDATE)
    CHECK = closing check of entire PO (in case of invalid material groups return CH_FAILED = 'X'
    Regards
      Uwe

  • N8: How to assign custom SMS tone while keeping it...

    The task is pretty much outlined in the topic title, but I'll still elaborate:
    I want to assign Knock.aac (just a renamed Message 2.aac from my old N73) as a message tone, while keeping it hidden from the music library.
    Hiding it is simple: I just put it to E:\Sounds\Simple and the library cannot see it. But what about assigning it as default tone for messages? When I open it via music player, the only option is to use it as the main ringtone, which is not what I want. When I open the Profile customisation screen and try to find it from there, it's simply nowhere to be found.
    The only workaround I was able to find is putting it in E:\Sounds\Recordings as a .WAV file. This way it can be assigned as a Sound Clip. But I'd like to keep it .AAC or .MP3, and that's not possible in this workaround, because Sound Clips have to be .WAV, otherwise they can't be seen in the list.
    Any ideas how to achieve this task in a civilized way?
    Solved!
    Go to Solution.

    move it back to your gallery,then go to profiles and use the tone then move it back?
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Adobe Captivate 8 - How to Assign Custom Shortcut Key

    I want to switch between the Film Strip view and the Master Slide view quickly. To show/hide the Film Strip there is a default shortcut key CTRL+ALT+B. For the Master Slide there is none.
    Is there a way to assign a custom shortcut key to toggle Master Slide view?

    I wonder why the lack of support for custom shortcuts keys does NOT surprise me. In overall, shortcut keys are typical and always required in expert applications.
    Anyway, thanks for the tip. I noticed that keeping a number of panels ON slows down the performance so toggling between them ad-hoc might mitigate users frustration.
    Again...fruit for thought.

  • How to assign customer master number ranges

    hi,
    sap gurus,
    can i know the transaction codes for
    all the number ranges which are available in std sap r/3.
    can any body help me on this
    regards,
    balaji.t
    09990019711

    Dear balaji
    Following are the number ranges which you can see in SNUM or SNRO.
    VN01     -     SD Number Range
    FBN1     -     FI Number range
    XDN1     -     Customer Naumber Range
    CO82     -     Production Order Number Range
    MMNR     -     Material Master Number Range
    Excise related Objects
    J_1IARE1         ARE1 Doc No object based on Series Group
    J_1IARE3         ARE3 Doc No object based on Series Group
    J_1IBOND        Excise Bonding: Bond number object
    J_1ICERT         Withholding Tax Certificates (India)
    J_1ICHLNNO    Internal number range for challans
    J_1ICONPLA    Consolidated PLA serial no. generation
    J_1IDEPINV     Excise Invoice Number for Depot Invoices
    J_1IEXCEXP    Export excise invoice number range
    J_1IEXCINV     Excise invoice number
    J_1IEXCLOC    Local excise invoice number range
    J_1IEXCTST    Excise invoice with intervals
    J_1IEXINEX     Excise invoice number for export
    J_1IINTNUM    Internally document number to be generated
    J_1IINTPR2     Despatch serial number
    J_1ILIC           Excise Bonding: License number object
    J_1IPLA2        PLA part II number range object
    J_1IRG1          RG1 Number range object
    J_1IRG1_T       No. Range for RG1 - Excise group / Material
    J_1IRG23A1     RG23A part 1 no. range object
    J_1IRG23A2     RG23A part II number range object
    J_1IRG23C1     RG23C part I number range object
    J_1IRG23C2     RG23C part II number range object
    J_1IRG23D       Folio Numbers for RG 23D
    thanks
    G. Lakshmipathi

  • How to add custom authorization object to a SAP standard transaction

    Hi All,
    I have a standard tcode IW22 (change PM Notification) and I would lock changing when some users modify the field Functional Location (field TPLNR).
    Since this field does not have an authorization object associated, I've tried to solve this problem with the following steps:
    - tcode SU20 - creation of new authorization field TPLNR with data element TPLNR
    - tcode SU21 - creation of  a new auth object in transaction SU21 with name ZPM and field (TPLNR, ACTVT and TCOD)
    - tcode SU24 - insert of new authorization field e check indicator (green)
    - tcode SU22 - check indicator - check (green)
    After this we have created a new role with PFCG and add transaction IW22; the new auth.ZPM was added manually.
    We have try to analyze log (ST01 trace) but it seems no check was made in the trace file.
    It seems new authorization object was not checked.
    My question is: "Is it possible to add a custom authorization object into standard transaction and implementing authorization check without writing abap code in exit or badi ?"
    Thanks
    Maurizio

    > My question is: "Is it possible to add a custom authorization object into standard transaction and implementing authorization check without writing abap code in exit or badi ?"
    >
    No .. not possible. The list of Auth. objects SAP proposed in SU24 for each Stnd. SAP TCodes are basically documentation of the Authority-Checks in the program for that TCode. The extra advantage of SU24 is to set the object status (means the proposal for availability in PFCG) among any of the four check indicators. So that we can provide our own value (customer specific values which are basically defined and separate from sap provided values) and reinforce the authorization concept of the organization.
    So you need to provide a Authority-Check for ZPM in the program of IW22 to make sure that the fields you want to be checked are really being checked during execution of the tcode.
    Regards,
    Dipanjan

  • Assign Customized Sapscript in place of the standard one for CASH JOURNAL

    Dear All,
    I created Customize Sap-script at the place of standard one in FBCJ (Cash Journal) , Please let me know the procedure to assign customize form at place of stancdard one.
    Thanks & Regards,
    Rajnarayan

    Hi,
    correspondence type for Cash Journal is SAP18.
    The program attached in SAP18 is RFKORD80 (SPRO-Financial Accounting Global Settings (New)-Correspondence-Assign Programs for Correspondence Types). If you want you can modify driver program also by creating z. attach it to correspondance type SAP18.
    For the above program you can assigned your customized script in the below navigation path:
    SPRO-Financial Accounting Global Settings (New)-Correspondence-SAPscript-Based Forms-Define Form Names for Correspondence Print.
    Hope this helps you.
    Regards,
    Azeem.

Maybe you are looking for