Function modules copy from standard FM?

Hi All,
I am copying FM CS_BOM_EXPL_MAT_V2 into ZCS_BOM_EXPL_MAT_V2 for some calculation.
I already copied the Function group CSS4 into ZCSS4 but when I m using ZCS_BOM_EXPL_MAT_V2 in my program I am not
getting the right BOM.
Where I am worng plz let me know?
Thanks and Regards
Steve

Copying a complete function group is fraught with future challenges, particularly because you will not get the benefit of any changes / fixes to the standard code that SAP may deliver in subsequent support packs...  You may be better off enhancing the standard code or perhaps writing a "wrapper" around a call to the standard CS_BOM_EXPL_MAT_V2 (or the CS_BOM_EXPLOSION' function that it calls) and use this wrapper logic to customise the results returned to your calling program.
Jonathan

Similar Messages

  • Is it possible to call custom designed RFC function module, apart from BAPI

    Hi Friends,
    1.     Is it possible to call custom designed RFC function module, apart from BAPI.
    2.     Why we call it Adaptive RFC layer, Since every time the JCO layer updated with SAP, Why can’t be dynamic.
    Thanx for Ur time.
    Cheers,
    Sam

    Also check <a href="http://help.sap.com/saphelp_nw04/helpdata/en/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm">here</a> for more information on aRFC. Here you can find why it is called adaptive.
    Regards,
    Christophe

  • RFC remote function module call from XI

    hi
    I am trying to call a remote function module directly from XI which is not a bespoke module.
    And i am getting the following error:
    com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.af.rfc.util.bapi.BapiException: Parameter with name RETURN not found.
    Please help me in this.
    Thanks in advance.

    Hi Naina,
    Normally RFC are synchronous, they do have return parameter as export parameter.
    If return parameter is missing then , you can create Wrapper RFC.
    Wrapper RFC:
    It is nothing but you just  create BAPI in SE37 transaction with Return parameter as export parameter and make it remote enabled by clicking on Radio button.
    Under source code, CALL BAPI which XI has to call.
    Thats it!
    I hope this helps.
    Let me know if any help required.

  • BAPI or Function Module interface from XSD definition

    Given an XSD file, is there any way to automatically generate a BAPI or Function Module interface from it?
    BR,
    Tony.

    Hi,
    There are two approaches to create interfaces in XI
    - Outside-In - interfaces definitions are stored in XI as e.g. xsd  and PROXY classes/interfaces are generated in business system
    - Inside-Out - interfaces are developed in business system and imported into XI e.g. IDocs, BAPIs, RFMs
    So it is NOT possible to generate BAPI or FM based on XSD definition, but you can generate proxy.
    Regards,
    Jakub

  • ZIC_AGENT webui role which is copied from standard webUI role not opening home page

    Hi Experts,
    We are facing production issue which is pertaining to ZIC_AGENT web ui role.
    We have copied from standard to ZIC_AGENT web ui role, all call centers are working on this role. However suddenly not working due to power issue in one of our call center where CTI server is placed.
    We do not want stop activities the rest of the call centers due to this issue and we are expecting to work like standard role.
    How to delink between main call center with other call centers, kindly advise us.
    Thanks,
    Penn.

        Hi Rohit ,
    I had copied these .class & .xml files under Myclasses -> oracle.apps.icx and oracle.apps.po and oracle.apps.fnd was same which comes part of the standard OA tutorial.
    I copied same under Myprojects as well.
    you have to decompile the class file into java file and then place it in Myproject directory , also copy all dependency files like BC4J components , and then
    try to run from Jdeveloper .
    Alternatively you can get the entire ICX folder and zip it and add it via library .
    --Keerthi

  • Conversion of Remote Function module RFC_READ_TABLE from non unicode to uni

    Hi,
    Please can any one help me in the conversion of Remote function module RFC_READ_TABLE from non unicode to unicode.
    please tell me procdure and syntax change.
    Thanks in advance.
    zubera

    TABLE_ENTRIES_GET_VIA_RFC in unicode system
    Data retrieved by JCO formatted incorrectly
    Please give me reward points if it is useful...

  • Findout the program that is copied from Standard one

    Dear friends,
        I have a list of 300  Z programs. in that list few are copied from standard transactions. is there any way to find out those programs easily ?
    If any body knows, plz help me.
    Thanks in advance.

    Yes this can be achieved.
    First identify all the Z-objects and pass them to an Internal table.
    Looping all the Z-Reports.
    Use the Read Report(command) to read the entire source code.
    Scan the ABAP source code through
    SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2
    Each report which is copied or cloned has SAP standard report name in the Heading section.
    Eg: IF RSM04000_ALV is copied into ZRSM04000_ALV then
    verify the Repid in the Header section whether it is starting with Z or No. If No then the program is a copy.
    Hope this helps.
    Regards
    Vinayak

  • Partner function not copied from notification to order

    hi
      i am using same partner determination procedure for notification and service order. i have defined some new partner functions in the procedure. the problem i'm facing is that only the partner functions which are made mandatory are getting copied from notifictaion to order. however i cannot make all the partner functions mandatory because they may not be relevant for all cases.
    is this common behaviour of system and if so is there any solution (without making partner functions mandatory)
    thanks in advance
    koustav

    Hi,
      This is a Standard Functionality . You can try using the below USER-EXIT for your requirement.
    EXIT_SAPLV09A_002:
              Use this is customer has to be maintained to a specific sales area.
    EXIT_SAPLV09A_003:
               This suits more of your requirement.
    INCLUDE ZXV09U03 - Add your code to copy the specific partner alone to the Doucment if it is an NOTIFICATION TO ORDER alone.
    This is used to control the orgin of partners in the Partner determination procedure..
    Hope this helps.

  • Any Bapi or function Module to update standard table

    Can u Plz let me know , is there any bapi or function module to update few fields of a standard table using an internable.

    I don't know if any FM exists for your requirement. But you may like to copy it into a custom table and modify it according to your enterprise needs.

  • How to change call to the function module in the standard program

    Hi Guru,
    My requairment is to create the new Z function module  ZJ_1B_IM_NF_DOCUMENT_FUNCTION in the MM07MFJ1 program.
    I have created the Z Funtion module,
    plz provide me the info how to change the call to the new custom FM from the standard program.
    Points will be given to the ans.

    You use SE38 to change out the code.  When you try and change it you will get a popup asking you for a Key, since you are changing SAP Code.  If you have a Developers key you have to go to the SAP Service Marketplace and tell SAP that you are changing this code in order to get they key.  After this every time you do support packs you run the risk of this getting overlaid and you will have to change it back, also if you have a problem and SAP sees that you customized this code they probably won't spend any time on your problem.

  • Getting error  when executing a RFC copied from standard RFC

    Hi Guys ,
    I am facing a strange issue while executing a RFC which is exact replica of standard rfc RFC_READ_TABLE.however the copied RFC is working fine as Simple Function Module but when I use RFC destination it gives me System_Exception.
    Can please anyone advise
    Thanks
    Yogesh Gupta

    HI,
      Check with the RFC Destination name that you are using when calling this function module, it may not be existing... .
    how ur calling it.
    call function 'RFC_READ_TABLE ' Destination <RFCName>
    Thanks
    Mahesh

  • SAP API Function Modules used in standard REACh Campaign

    Hi friends,
    How can i find the standard SAP function modules that are used in the REACh Campaign from portal? For eg: The API used for the search campaigns.
    Thanks in advance,
    Ram

    Hi friends,
    How can i find the standard SAP function modules that are used in the REACh Campaign from portal? For eg: The API used for the search campaigns.
    Thanks in advance,
    Ram

  • Function module copy

    Hi experts,
    I need to copy the existing z function module code to new z function module with the same function group. I don’t want to change function group name. Please send me the steps to do this. I will reward the points. Please help me.
    Thanks in advance.

    go to <b>se37</b> transaction
    in that transaction give your function module name.
    in that screen ve <b>copy</b> button or click <b>ctrl+F5</b> .
    a pop asks you <b>from function module</b>
                           <b>to function module</b>
                           <b>function group</b>
    you can mention whatever you want ....
    reward if helpful,
    thanks,
    velu.....

  • Access function module string from JSP file

    Hello,
    I an a Java person with very little knowledge of ABAP. I have a Function Module, which returns the String - Y_text with value "X" or "Y". Now, I want to use this "X" or "Y" in my JSP page. And based on the value do some things. Eg:
    If (Y_text == "X")
        "Value is X"
    How do I pick up the valus of Y_text from the function module?
    I know how to get the values from Extention Data like below, but this does not seem to be working in case of the String from function module.
    String Y_text = (String) userSessionData.getAttribute("Y_text");
    Kindly suggest.

    Hi Shaun,
    Check the below link, it discusses about calling function module from ISA. Its a nice beginner's tutorial
    by Sateesh. You can copy the code given in ZAction.java in your jsp and get the values from FM.
    http://sites.google.com/site/sateeshchandrach2/isa2
    Hope this helps you!
    Regards,
    Arshi

  • How to debug a RFC function module remotely from another R/3 system?

    Hi experts,
       I have RFC function module in one R/3 system. I am calling this from another R/3 system that is cross apps (Xapps).
       This function module is Synchronous.
      Is it possible to debug this function module from cross apps?
      Can somebody give me the steps?
    Thanks & Regards
    Gopal

    Hi Shree,
       Can you explain it bit more?
       Do I have to call the function  module with "IN BACKGROUND TASK"?
       Or is it that I have to just put external breakpoint in the function module?
       Please help
    Thanks
    Gopa

Maybe you are looking for

  • Video adapter

    Please, Does anybody know whether I can use the original video adapter (which came with iBook 600 G3) in another Apple computer (ie Macmini)? Thanks in advance, LabZen

  • Login screen shows AM/PM time while resources are in Dutch

    I have a strange anomaly. After startup my Macs show the password screen and at the upper right time is shown in AM/PM. After entering my password, the time is shown correctly in 24 hour format. System Preferences/Date & Time/Clock: - Use a 24 hour c

  • Using Select Expert Inserts Blank Section

    I'm using Crystal Reports XI Developer Edition and it recently started to display some strange behavior. Every time I use the Select Expert to add a parameter, Crystal adds in an empty ghost section. I refer to it as a ghost section because you can s

  • I need to unlock the SIM. How can I do ?

    I need to unlock the SIM. How can I do ?

  • Sblive 24 bit 7.1 high cpu us

    When I play an MP3 song with winamp cpu usage is between 0% to 5% , is that normal ?I have A64 2.0Ghz if I set sampling rate to 48 cpu usage is 5 to 7% from device control in device mangerif I set sampling rate to 96 cpu usage is 0 to 5% <IMG src="ht