Change the Standard BAPI

Dear All,
I am using standard BAPI Name is BAPI_AR_ACC_GETBALANCEDITEMS.This BAPI also using in Interface on J2ee AND SAP.Now I am Added in One New Field.Name is USNAM.But USNAM Field is Not Available in the above BAPI.How to Add the USNAM field.Please Help me.AND Standrad BAPICopy is Possible.IF it Possible How to Copy the standard  bapi.
NOTE: I will try for developement system Is need to Accesskey.
regards,
raj a

1. When trying to enhance a standard BAPI, you can make use to the new enhancement framework to extend the interface. However, you will need to have at least mySAP 2005 based on SAP NW 2004s.
2. Copy the BAPI to a Z_BAPI and use that. Go to transaction SE80 and display the function module (BAPI) to be copied. Press left mouse button on FM in the tree on the left and choose copy. In some cases it might be better to copy the whole function group since in the top include of the function group, all global variables are declared which are used in your function module. so instead of declaring them yourself, it would be faster to copy the whole function group.
3. Change the interface via modification, you will need an access key.

Similar Messages

  • FM to change the standard routing

    Hi all,
    I'm wondering if there is any BAPI or FM to change the standard routing, say, insert some operation, update some elements, etc...
    regards.

    Hi all,
    I'm wondering if there is any BAPI or FM to change the standard routing, say, insert some operation, update some elements, etc...
    regards.

  • Need to Change the Standard.joboptions on Acrobat 8.0

    We are a Citrix/Terminal Server shop and have clients using Acrobat 8.0 on the server under their citrix session and they need to have the default resolution of the created PDF to change for everyone on the server from 600 dpi to 300 dpi.
    When I try to do this in the printer setup for Acrobat it tells me that I can't edit the Standard.joboptions file and save it over itself. I then tried to manually edit the file with Notepad and it is still showing 600 dpi when I look at the Standard settings.
    I also changed the Standard and set it as 300 dpi and saved it as a different name in the "Settings" folder and when I try to choose it in the drop down list of settings files I don't see that one.
    Am I missing something? How can I set the default resolution to 300?
    Thanks,
    Jason

    I don't see how to do that. Is there a document or online resource to help with that?
    Like I said, I saved the changes to another file but then do not see a way to specify that new file as the 'default'.
    Thanks,
    Jason

  • How to change The Standard JOptionPane Icon?

    in this simple code
    i want to change the Standard JOptionPane icon to a different icon
    how could it be?
    thank you
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.WindowListener;
    import java.awt.event.WindowEvent;
    import javax.sound.sampled.*;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    import javax.swing.ImageIcon;
    import javax.swing.Icon;
    import java.awt.event.*;
      public class MyFrame extends JFrame 
    JLabel label=new JLabel("Hello");
      MyInner inner;
          MyFrame ()
            setupGUI();
        private void setupGUI()
           JFrame f =new JFrame();
        //   f.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
           f.setTitle("Window Event");
            f.setSize(550,350);
            f.setResizable(false);
            f.setLayout(new BorderLayout());
            f.add("Center",label);
            f.show(true);
             inner=new  MyInner();
             f.addWindowListener(inner);
                   class MyInner extends WindowAdapter
           public void windowClosing(WindowEvent ee)
                         Toolkit tool = Toolkit.getDefaultToolkit();
                  tool.beep();
                      JOptionPane.showMessageDialog(null, "Nice Work! " );
                      System.exit(0);
          public  static void main(String[]args)
             MyFrame frame=new MyFrame ();
    }

    For instance:
        class MyInner extends WindowAdapter
            public void windowClosing(WindowEvent ee)
                Toolkit tool = Toolkit.getDefaultToolkit();
                tool.beep();
                JOptionPane.showMessageDialog(null, "Nice Work! ");
                ImageIcon myImageIcon = new ImageIcon("myPic.jpg"); // needs proper path here
                JOptionPane.showMessageDialog(null, "Better Work!", "Dang, I'm smart!", JOptionPane.ERROR_MESSAGE, myImageIcon);
                System.exit(0);
        }

  • How to batch change the standard value of routing

    Dear all,
             I meet a problem, and need you help.
            As you know, we can use T-code "CS20"  to batch change a component's quantity in different Bom by a factor.
           for example:  Component a in Fert. A,  quantity change from 6g x 0.9 = 5.4g
                               Component a in Fert. B,  quantity change from 8g x 0.9 = 7.2g
           now, my question is how to Batch change the standard value in routing. (select by work center)  CA85N can select the value, but seems can not batch change by a factor,
           thanks in advance

    It is not a big task for u prasobh...Just play in CEWB for 5-10 mins you will understand everything....
    If you face any issue let me know..
    For ur information I am also an IBM employee...
    Gobi

  • How to change the standard data type in xi

    Hi,
    presently we have SCM.i want to change the standard data type i.e" Replinishment order notification ".i want to change the length of the field .
    but there is no edit option for that data type.
    i even modified Software component version( http//sap.com/xi/scmbasis/global)with objects are original objects and objects are modifible(tick the check box)
    thanks in advance.
    atmakur

    Hi Atmakur,
      <i>i even modified Software component version( http//sap.com/xi/scmbasis/global)with objects are original objects and objects are modifible(tick the check box)</i>
        After doing this have you activated the change list? If not please do it and refresh it..and try to open..it will work..
    Regards,
    Prasanthi.

  • Proceedure to copy the standard BAPI into ZBAPI

    Hi Gurus..
       I found the standard BAPI and I want to copy the standard BAPI into ZBAPI(for my company purpose) and use it in SAP xMII.
      Please give the steps for copying.
    Thanks
    R M

    Hi,
    To copy the standard BAPI into ZBAPI.
    check this link:
    how to copy BAPI
    How to Copy standard BAPI to ZBAPI....
    Regards
    Adil

  • Please Tell  me the Standard Bapi for Purchase Order Creation

    Hi,
      Please tell me the standard BApi for the PO creation. How to excute the standard Bapi. Please help me.
    Regrads
    Mohan

    Hi Mohan,
    Use this BAPI BAPI_PO_CREATE1.
    Check this post, you have program aswell
    https://forums.sdn.sap.com/click.jspa?searchID=7294168&messageID=1172796
    Regards,
    Satish

  • What is module pool programming?how we can change the standard screen?

    Hi EXPERTS
    what is module pool programming?how we can change the standard screen using module pool programming ?
    please explain with example.

    Check the below link:
    http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    You can also check the transaction ABAPDOCU which gives you lot of sample programs.
    Also you can see the below examples...
    Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    regards,
    venkat.

  • Change the Standard ALV Export button text

    Hi Expert,
    I want to change the standard button ( Export Button ) text in ALV table. I had gone through some threads already but still i am not getting a clear idea on this. Could you please any one give me a clear structure on this.
    Regards,
    Sarathy.

    Here is the new solution with out creating ZCLASS.
    DATA: lo_function_dpwty       TYPE REF TO cl_prs_std_alv_funct,
            lr_functions            TYPE REF TO if_salv_wd_function_settings,
            lr_function_std         TYPE REF TO cl_salv_wd_a_function_std.
      CREATE OBJECT lo_function_dpwty
        EXPORTING
          id = 'X'.
      lr_functions = l_ref_interfacecontroller->get_model( ).
      " append row rename
      lr_function_std = lr_functions->get_function_std( if_salv_wd_c_std_functions=>edit_append_row ).
      lv_button_text = 'Add Item'.
      lo_function_dpwty->change_text( EXPORTING text        = lv_button_text
                                                           CHANGING  std_function  = lr_function_std ).
      "Delete row item rename
      lr_function_std = lr_functions->get_function_std( if_salv_wd_c_std_functions=>edit_delete_row ).
      lv_button_text = 'Delete Item'.
      lo_function_dpwty->change_text( EXPORTING text        = lv_button_text
                                                           CHANGING  std_function  = lr_function_std ).

  • Change the Standard SAP background color(blue) in SRM EBP

    Hi All,
    I have cleint requirement to change the standard background color in EBP ITS application. Can anyone help me out in finding way to make color changes as required. I am not getting where exactly change needs to be made. I tried looking at BBPGLOBAL internet service but couldnt figure it out.
    Thanks in Advance.
    Yaseen.

    Hi Yaseen,
    you can change background colors in SE80 in the css-style-sheet:
    Navigate to ITS-Service BBPGLOBAL -> Theme99 -> Mime Objects -> STYLE -> EBPAPPLICATION.CSS
    Change or insert the BACKGROUND-COLOR - Tag for the different styles which are used in HTML-Templates.
    Example: BACKGROUND-COLOR: #306897
    Afterwards publish the style. It's a little difficult to find the styles.
    Regards
    Joe

  • Change the standard hierarchy

    Hi, I want to know the effects that I could have if I change the standard hierarchy of my Cost Center Group.

    Elsa,
    You could change your standard hierarchy but after you will have problem with your analyses.
    you will not be able to compare yours data. The reports are based one the Standard hierarchy.
    But if your can explain the differences to your company ....
    Regards
    Valérie
    Message was edited by: valerie secondy

  • Extend/Change the Standard Fiori App code

    Hi,
    We have implemented FIORI App in our SAP landscape.After implementation app is running fine.I want the change the standard FIORI App code for a specific app like change the label,change the Background Image,Change the Font style etc.I googled and made changes according to the article provided.
    Steps done to change the Standard app code.
    1)Downloaded the source code and uploaded in eclipse.
    2)Created a Extension Project and replaced the entire view with my new view.
    3)Shared the project and submitted the changes in gateway system.
    4)Created semantic object and other things required to show the custom app on launch pad.
    5)But when I click on custom app developed on the Launch pad it is navigating to a blank screen with no UI elements.But standard app is working fine.
    So please tell me the correct procedure to change the app and show it on Launch pad.
    Tags edited by: Michael Appleby

    Hi Ritesh,
    Following are the steps I followed in extending a Fiori App.
    I am trying to extend HCM_LR_APV(Approve Leave request ) app.
    So I downloaded HCM_LR_APV BSP Application.
    I uploaded in Eclipse IDE .I created an Extension Project(ZHCM_LR_APV) for this.
    For testing I tried to change the Icon in one of the view.
    So I replaced the S3 view by placing the Original Code same and changing the Icon only.
    In Component.js file I gave the path to the parent application in Load function.See the below code for your reference.
    jQuery.sap.declare("hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.Component");
    sap.ui.component.load({
      name: "hcm.mgr.approve.leaverequests",
      url:"/sap/bc/ui5_ui5/sap/hcm_lr_apv",
    hcm.mgr.approve.leaverequests.Component.extend("hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.Component", {
      metadata: {
      version : "1.0",
      config : {
      "sap.ca.i18Nconfigs": {
      "bundleName":"hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.i18n.i18n"
      customizing: {
      "sap.ui.viewReplacements": {
      "hcm.mgr.approve.leaverequests.view.S3": {
      viewName: "hcm.mgr.approve.leaverequests.CUST_HCM_LR_APV_EXT.view.S3Custom",
      type: "XML",
    Then I submitted the changes and tested the Custom BSP Application.But I am getting the error as below
    Error Message:
    Failed to load resource: the server responded with a status of 404 (NOT FOUND) http://sapfiorisrvr.domain.com:portno/sap/bc/ui5_ui5/sap/zhcm_lr_apv_ext/Component-preload.js
    Thanks&Regards,
    Akhil Das

  • Windows 7 Elevating using UAC, does not change the standard users setting, it runs the Admins settings

    When elevating privilege for a standard user using an admin account, the UAC runs the application under the admins account "user" and not the standard users account "user", the problem is that doing so, it does not change the standard
    users settings
    In this example, trying to change the "Check for Updates Automatically" as the standard user, is grayed out, you have to be an admin to change this. This is a design of Java.
    When you right click and run as an administrator, the option is no longer grayed out and can be deselected, however, this only changes that setting for the admins specific "user", not the standard users specific "user" the admin is elevating
    privilege for. as illustrated below.
    Is there a work around for an admin to run his credentials but elevate the standard users session instead of his own or some other way to set the standard users setting when admin credentials are required?

    Hi,
    Based on your description, I understand that you want to disable
    Check for Updates Automatically option for standard users in Java.
    You can achieve this target by editing
    EnableJavaUpdate registry entry. For more details, please refer to following articles and check if can help you.
    (Please back up before that registry operation. That will help us to avoid unexpected issues.)
    How to disable Java Update in Windows
    7
    Disable Java updates with
    Group Policy
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    However, this issue is related to Java product. I suggest that you should contact with Java product support.
    I believe we will get a better assistance there.
    If anything I misunderstand or any update, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Procedure to change the standard value key of a work center

    Hi Gurus,
    What is the procedure to change the standard value key of a work center.
    Thanks in advance,
    Regards,
    PPQMUSER

    Hi,
    Just go to CR02 and change std value key, system will give you an information massage 'Standard value key : parameter XXXX after changed' as per the parameters used in new std value key.
    If you want to change the customization for allready used STD value key, then you need dealocate that key from workcenter, and then change the customization.
    Tara
    Edited by: tara  bhapkar on Feb 29, 2012 7:39 AM

Maybe you are looking for

  • GL Account drill down crashing in 8.8

    Forum, In 8.8 PL17 when in the Chart of accounts screen, if any user tries to drill down into the account balance they get the following message: System Message (-100) Anything but a memory problem. This was not an issue on 2005 for this particular d

  • Interface Multiple types of file to table

    Hii...Experts... I got a problem which I can't able to solve.please help me. My problem is: In a folder there are many types of files such as .txt files, .csv files, .xlsx files . I want to make a single package such a way that the package have 3 dif

  • CD/DVD Player keeps ejecting,

    My Sat A215-S7416, CD player keeps ejecting, it started after I remove the virus Trojan Fake Alert. Any ideas

  • TS3367 Error in Activation after install ios 6.1.3

    sir i am install latest version of ios 6.1.3 in my iphone 3GS, after installation i doesn't activate with itunes and everytime shows we are unable to process you request for activation at this time" please help me to activate my iphone 3GS

  • Fonts in font book not seen in pages

    I have s of fonts in my font book but can't see them in pages. How do I make them be seen.