Function module EBBS_ITEMS_READ doesn't exist in ECC 5(SAPNetweaver)!

Hi,
In our 4.6B system we have a few programs that use function module EBBS_ITEMS_READ.
Unfortunately this function module no longer exists in ECC 5 and our programs no longer work!
SO I've tried to find what SAP has done to replace these function modules and I've had no luck!?
I then thought that I could copy the function module into ECC 5 as a 'Z' funcion module but EBBS_ITEMS_READ calls about 20 other function modules that are also missing.
I am really stuck on how to recraete this functionality in ECC 5. Does anyone have any good ideas or tips?
Please help!!!!!

Hi Robert,
Sorry to disappoint you, but this functionality has been removed.
As you certainly are aware of this functionality belongs to SD functionality for RRB - Resource Related Billing. In 4.5 a new solution for RRB was developed - the DIP, Dynamic Item Processor. Have a look at trans ODP1 in config or SAP Help for further info.
This functionality was removed already in 4.7 Enterprise and, in my opinion, SAP has stated this quite clearly since several years.
Now, if you still have own Z-program relying on the EBBS function group you quite obviously face a big problem. RRB now uses the DP9x, (x = 0, 1, 5), transactions and not the good old VA90 anymore. Have a look at package VPK for info about FM and other stuff for DP9x solution.
My best advise is to ask a functional consultant about this. I guess that DP9x is already used in your ECC system. If not then this must be configured and a cut-over plan has to be developed. This is quite some work - I have just done all this conversion and cut-over for a company and it has taken some 6 months calender time with all internal communication, config, etc etc needed.
Sorry, no other way, to the best of my knowledge working in this area (amongst other) since a good 10+ years both function wise and also having done a lot of programming as well.
Feel free to ask follow up questions.
Regards, Johan

Similar Messages

  • Funcition module EXIT_SAPLMR1M_004 doesn't exists in ECC 6.0

    Hi,
    We are in the middle of an upgrade project from R/3 4.6C to ECC 6.0.
    Actually we have a critical business process validation in
    EXIT_SAPLMR1M_004 (include ZXM08U34) corresponding to enhancement
    LMR1M001, but in ECC 6.0 this user exit doesn't exists and can't be
    created because system send the following message:
    <b>"EXIT modules are no longer supported
    Message no. FL049
    Diagnosis
    As of release 5.0, the concept of SMOD/CMOD is not longer supported.
    For this reason, no new EXIT modules and groups can be created.
    Procedure
    Use BADIs instead of EXIT modules."</b>
    Do you know if there is other user exit or BADI instead of EXIT_SAPLMR1M_004?
    Many Thanks

    Hi,
    check OSS Note carefully:
    https://service.sap.com/sap/support/notes/459425
    This note says:
    In Release 4.7 user exit 'EXIT_SAPLMR1M_004' is replaced by a Business Add-In (BADI) 'MRM_WT_SPLIT_UPDATE'.
    Read with attention the documentation of the badi as well.
    Regarding this badi MRM_WT_SPLIT_UPDATE check OSS Note:
    https://service.sap.com/sap/support/notes/1156325
    Important: this note says:
    An active implementation of this BAdI excludes the manual entry of the withholding tax base and amount.
    Best regards.
    Edited by: Pablo Casamayor on Aug 17, 2009 6:12 PM

  • Function module RSD_ZIO_ALM02_TXT_GET does not exist

    Hi
    I am trying to copy the data from one info cube to another info cube with the read master data in transformation rule for some of the info object. This exercise I have done many times successfully for the same structure but suddenly I am getting this error without doing any changes
    'Function module RSD_ZIO_ALM02_TXT_GET does not exist'
    After getting this error I have delete the transfer rule for above object than the some error are coming for the another info object which also used for read master data.
    Kindly help me .(we are working on ECC 6)
    Thanks and Regards
    Vinay

    Hi Vis
    I tried this one also but it’s not working. All the info objects are active and I tried after reactivating also but still error exits.
    Thanks and regards
    Vinay

  • Function module RSD_ZBCSASSET_TXT_GET does not exist

    Hi,
    We are working with SEM-BCS 6.0 (SAP BI 7.0), and I want to trasfer master data of a infoobject from BI to SEM BCS through load from data stream task.
    When I going to execute the task the system display the next message Function module RSD_ZBCSASSET_TXT_GET does not exist.  Message no. EU802.
    Thanks in advanced
    Carlos

    Same error occured in a planning sequence of mine. The related characteristic did not have texts.
    The error occured after the addition of a navigational attribute to the MultiProvider.
    Solution: re-activate the aggregation level.
    Late, but hope that helps...

  • Calling a remote enabled function module which does not exist in caller sys

    Hi,
    I have a a system ABC from which I am trying call a rfc enabled fm(Test) present in system XYZ.
    The fm(Test) does not exist in the system ABC so I am getting generation errors and dumps.
    Is there a way for me to call these remote enabled function modules which does not exist in the caller system without the obvious errors etc.
    Is there any special way.
    Thanks

    Hi,
    please check this sample:
    REPORT  zcallfm                                 .
    DATA: xv_return TYPE sysubrc.
    CALL FUNCTION 'DOESNOTEXIST'
    DESTINATION   'NOWHERE'
    EXPORTING     caller                = sy-sysid
    IMPORTING     return                = xv_return
    EXCEPTIONS    system_failure        = 1
                  communication_failure = 2
                  OTHERS                = 4.
    It shouldn't throw any generation errors in your system!
    Regards,
    Klaus

  • Function Module SWK_LOCAL_INBOX_GET does not exists

    Hi,
    I configured UWL in the Portal.
    When i am trying to acess UWL, throwing an exception.
    it says "Exception type:com.sap.netweaver.bc.uwl.connect.ConnectorException Message:Thu Apr 12 15:58:26 GMT+05:30 2007 :Function Module SWK_LOCAL_INBOX_GET not found"
    Can anyone help me what could be the problem.
    Rgds,
    Kiran Joshua

    Hello Kiran,
    at least the user needs to have the Role SAP_BC_SRV_GBT_USER in backend.
    My only other idea is to check the existance of the plugin (WP-PI) in R/3.
    But, in a similar situation (missing plugin in R/3) i got the ConnectorException "Failed getting the following function metadata from repository: URL_SERVER_TYPE_DATA_GET".
    Perhaps a trace in R/3 could assist you?
    Sorry, no more ideas, regards

  • [Solved] Boot error: /etc/rc.d/functions /etc/netcfg doesn't exist

    Hi everybody,
    Well, after a bit of playing around, wiki reading and trouble-shooting, i now have an automatic wireless connection at boot via netcfg2 and my wireless profile. Great stuff.
    By the way, whoever wrote this: http://wiki.archlinux.org/index.php/Net … _netcfg_v2, you deserev a medal.
    Anyway, to the problem. I get an error message at boot which informs me that there is an error in my /etc/rc.d/functions file at line 155, stating that /etc/rc.d/netcfg doesn't exist (which is correct).
    However, when I look at the functions file, I cannot for the life of me see the problem.
    Line 155 is: /etc/rc.d/$1 start
    154 start_daemon() {
    155 /etc/rc.d/$1 start
    These are my daemons:
    DAEMONS=(syslog-ng cups hal avahi-daemon sshd snmpd xinetd portmap netcfg net-profiles)
    The obvious thing would be a problem with the netcfg daemon, but everything works ok, so go figure.
    The only real reference i found was this:
    http://www.archlinux.org/pipermail/arch … 03699.html
    I'm fine with an optional dep - how about we throw a comment above
    'NETWORKS' and have rc.sysinit throw a warning it NETWORKS is defined
    but /etc/rc.d/netcfg isn't found?
    Any help appreciated.
    richs-lxh
    Last edited by richs-lxh (2008-09-02 12:09:51)

    Damn! I had a feeling it was going to be an easy one. I am pretty sure I tried that, oh well.
    Thanks for the quick replies men. Thread marked as [Solved]
    richs-lxh
    Last edited by richs-lxh (2008-09-02 12:10:15)

  • Search function in calender doesn't exist...wh​y

    Why oh why is there no search from within the calender app. All I want to be able to do is search and copy an older apointment to a new loction without removing the old reference. Like hell, there is a search in the address book with a copy and paste. And isn't that the whole idea with a calender. Look back in time to see where you were and when. I use the calender all day long for my business and with my old palm I could find any reference to name or address, whatevver, any and all items matching would come up. I could copy the item information and paste it to the new date. I have alot of repeating customers and to have do go through what I have to do with this calender just to copy an old appointment and paste it to the new date is unbelievable.
    Step 1 leave calender program and open Search program
    Step 2 Type reference in the proper location, text or name hit mouses select search
    Step 3 option then scroll over the information. If it's devided into name and location that is two times this process
    Step 3 once selected...option copy
    Step 4 go back to calender find date you want the entry to be copied in and paste
    Palm process Yahoo Microsoft Sun...anyone  they are all the same
    Step 1 From within the calender program hit find, type any reference, pick copy then paste to new location
    Message Edited by erikf on 12-15-2008 11:46 PM
    Message Edited by erikf on 12-15-2008 11:47 PM
    Message Edited by erikf on 12-16-2008 12:16 AM
    Message Edited by erikf on 12-16-2008 12:19 AM
    Message Edited by erikf on 12-16-2008 12:38 AM
    Message Edited by erikf on 12-16-2008 01:05 AM

    you don't have the search but yes the copy paste.
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Error EU 802: Function Module does not exist

    Hello everyone!
    While running a DTP, I'm getting the following error:
    EU 802: Function Module RSD_YPERSON_TXT_GET does not exist
    Anyone has any idea what this is about?
    Thanks in advance for your responses!
    Best Regards,
    Luís.

    Hi,
    I have resolved this issue. Turns out that I was mapping a source field INPER (In-Period) directly to 0CALMONTH. The problem is that this source field can have more than 12 periods per year.
    The error message was totally misleading... there's SAP for you
    Points assigned for the effort.
    Best regards,
    Luís.

  • Function Module error in query execution

    Hi SDN Gurus,
    When I run this query in Dev it gives me an error: "Function Module RSD_ZK_ACCT_TEXT_GET does not exist." When I look up in SE37 in both DEV and QAS, there is no such function module though I don't get this message in QAS.
    ZK_ACCT is one of our important infoobjects and is in the query.
    Thanks for your help.
    SAF

    Hi Saf,
    Try with Tcode RSRT and with the following option:
    Buttom:Genrate Report.
    Menù: Repair.
    And then execute once again the report.
    Ciao.
    Riccardo.

  • Error in calling the Remote Function Module

    Hi all,
    I am trying to call the Remote function Module which is in CRM  from ECC .
    But we are not able to detect the function module as it is showing the error as Function Module not found.
    Can anybody help us in calling the Remote Function Module .
    Regards,
    Madhavi

    Please check the foll 2 things :
    RFC radio button clicked in se37 for that FM
    RFC connection established with the remote server in SM59
    Thanks

  • Error BT616 when calling function module SXPG_COMMAND_EXECUTE in background

    Hi All,
    We use function module SXPG_COMMAND_EXECUTE with a custom command we defined in SM69 to move files in unix (mv command).
    The function module call has worked fine for almost a year and recently we have been seeing an error (BT616) in our job lob (SM37) when the program is run in background. We have not been able to reproduce the error in foreground mode and it seems to be occuring only periodically in the background. (The appropriate SAP authorization objects where assigned to the batch job ID and the steps on the batch job.) We are in the process of setting up the trace flag and performing analysis on the trace log via ST11 to help identify the issue.
    After perform analysis on SXPG_COMMAND_EXECUTE, the error is occurring when calling function module SAPXPG_END_XPG for exception 2, system failure, yet function module SAPXPG_END_XPG does not exist. I assume this is a program at the operating system level and is just a signature of the parameters to be passed to the operating system program.
    Below is part of the SAP function module SXPG_COMMAND_EXECUTE that is failing.
    * Now we have to wait for the termination of the external
    * command if the caller wants us to.
        IF TERMINATIONWAIT = 'X'.
          CALL FUNCTION 'SAPXPG_END_XPG'
            DESTINATION DESTINATION
            IMPORTING   EXITSTAT = STATUS
                        EXITCODE = EXITCODE
            TABLES      LOG      = LOG
            EXCEPTIONS  COMMUNICATION_FAILURE = 1 MESSAGE MSG
                        SYSTEM_FAILURE        = 2 MESSAGE MSG.
    I performed a where used on function module SXPG_COMMAND_EXECUTE, and most of SAP programs call the function module with the parameter TERMINATIONWAIT = 'X', so I assume we should pass ‘X’ as well.
    Any ideas on what could be causing this issue?
    Mike Vondran

    I also remember I have this kind of issue, as I have some UNIX script at OS( UNIX) level . The problem was with the ID , as it don’t have proper authorization at OS level ( UNIX ) . Please check this ID authorization. This could be the one of reasons if you’re sure from SAP standpoint.
    Hope this’ll give you some guide line..
    Thanks
    Bye

  • How to call function module/ class method of another system.

    Suppose now i am working in System A. And i need to check the system Status of System B, System C, System D....
    my design is to provide an interface. and each system realize the interface individually.now my question is how cani call the interface, because they are in different systems.
    of course i know about the host name, port and logon information over these systems.
    who can give my some suggestions or other solutions.
    thanks in advance.
    Johnney.

    Hello,
    If u want to call a FM of the other system then that FM should be a RFC enable on one.
    <b>CALL FUNCTION func DESTINATION dest.</b>
    Effect
    Executes the function module from an external source (as a Remote Function Call or RFC); dest can be a literal or a variable.
    Depending on the specified destination, the function module is executed in another R/3 or R/2 System. Externally callable function modules must be flagged as such in the Function Builder (of the target system).
    Since each destination defines its own program context, further calls to the same or different function modules with the same destination can access the local memory (global data) of these function modules.
    To maintain existing destinations, choose Tools -> Administration, Administration -> Network -> RFC destinations
    Note
    Under certain circumstances, an RFC may trigger a database commit. For this reason, RFCs must not be used between pairs of SQL statements that open and close a database cursor (such as SELECT... ENDSELECT).
    Vasanth

  • How to call a remote capable function module?

    Hi all,
    I want to call a bapi from a R/3 that is not available in the current system were i have my WebDynpro Abap application.
    So, i called the wizard "Service Call".
    In the Select Service step i have to input the destination and Function Module and
    Before i specified an RFC destination .
    The wizard cannot find the function.
    I read the Note:
    The function module must exist in the current system! The wizard does not support to call a remote capable function module that does not exist in the current system.
    The question is :
    How can i call remote capable function module?
    Thanks,
    Ari

    Hi,
    this link might help you : <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm">rfc in abap</a>
    grtz
    Koen

  • Reg:Howto create checkboxes in function module(bapi)

    Hai ALl
    I have one  senario .in  i need  to create check boxes in functionmodule . for that i have to write the code.
    could any body suggest me.
    how to do this senario in FM
    thanks and regards,
    Chaitanya

    Use data Element : GLX_XFELD ( General Checkbox ) for checkbox..
    For check box... if box is checked then value is 'X' else
    space.
    but in function module it doesn;t matter whether u use data element for checkbox...  u can use char type variable of length 1.
    and inside code u can check..
    v_char1 = 'X'. : it means checkbox is checked.
    v_char1 = space " it means checkbox not checked.
    Reward if useful
    regards
    Prax

Maybe you are looking for

  • Random Pics stuck in iPhoto. Please HELP!

    Hello, I am so frustrated any help is much appreciated. I have been using iPhoto '09 to import for some time, and editing in Photoshop CS. I noticed recently some pictures will not respond to the double click that opens them up in Photoshop (PS from

  • How to store Data in DataBase

    HI experts, I am new to WebDynPro For Java can anybody please help me out from this issue. i am trying to display records in a table from database. i have created a node and mapped that to Table UIElement. And wrote JDBC code to retrieve data and ass

  • Select performance from all_tables vs user_tables (same for columns)

    Hi, I need to run two queries, one is to select either all tables of a specific owner, the other query is to select all columns of that owner. Sometimes the owner is the user I connected as, and sometimes its different. I was wondering what the perfo

  • Will Bootcamp run on a Macbook Air?

    I'm planning to buy a Mac laptop for my wife. She needs to use Windows (yuk). I'm considering a Macbook Air. Will I be able to run Bootcamp?

  • Thumbnails of swf and qt files

    Anyone know of a way to make swf and qt files display in Bridge (CS3, CS4?) with a thumbnail of the first frame, instead of the generic icon for those file types? Thanks. JdF