Exit_saplrsbbs_002

Hi all,
What is the purpose of user exit <b>Exit_saplrsbbs_002</b>. I read somewhere it is called before jump into R/3.
Please let me know role of this user exit.
Thanks and Regards
Satish

hi,
check this
RRI passing variable values
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
Exit RSR00004 has been replaced with BADI SMOD_RSR00004.

Similar Messages

  • SMOD_RSR00004~EXIT_SAPLRSBBS_002

    Folks,
    I'm trying to add a new entry into C_THX_MAPPING table in
    EXIT_SAPLRSBBS_002 via E_THX_MAPPING table but it gets deleted in the downstream(PERFORM map_by_exit_apply).
    Has anyone successfully added a new entry?
    Thanks.

    Hello, Dieter! Did you find something usefull? I even can't catch a break-point!

  • Variable Value for BADI

    Hello Forum
    We have an issue with BADI implementation.
    We have a key figures in query are restricted to a user exit variable for calendar month (as current month and previous month) and fetches results.
    Now due to some requirement we need to check if the "Cal Month" determined is current month or the previous month and return a value.
    We have implemented a BADI for the same reason to determine this however can anyone please let us know how can we use the value of a user exit variable in the query can be used in BADI ?
    Thanks & Regards
    Ashish

    Hello Shani Bashkin 
    You don't need EXIT_SAPLRSBBS_001, you need EXIT_SAPLRSBBS_002
    Here goes:
    You go to se18 select SMOD_RSR00004 then you go to Implementation->Create
               then you create a BADI implementation with the name Z*something_something. The system then brings you to the SE19 definition of BADI implementaition you there see both of the RSBBS exit, in methode form EXIT_SAPLRSBBS_001
    EXIT_SAPLRSBBS_002
    You select the second one EXIT_SAPLRSBBS_002 double click on it, it brings u to abap code Method .....End method U then insert this code and adapt it to your usage. Activate everything, go to smod find the exit RSR00004 activate everything there with the magic WAND, got o rsrt generate and debug, u then should pass in that code and then use some imagination, thats all folks!!!!
    DATA: I_THX_MAPPING_WA TYPE LINE OF RSBBS_THX_MAPPING,
          E_THX_MAPPING_WA TYPE LINE OF RSBBS_THX_MAP_BY_EXIT,
          I_RANGE TYPE RRRANGESID,
          I_DATE LIKE SY-DATUM,
          E_TT(2).
    DATA: l_s_thx_mapping type rsbbs_sx_map_by_exit,
          l_s_range       type RRRANGESID.
    FIELD-SYMBOLS:
          <l_sx_mapping>  TYPE rsbbs_sx_mapping.
    IF I_S_RECEIVER-RONAM = 'IW29'.
    read table i_thx_mapping ....
    PS: You need to Have ITS installed and configured and your web server maintained for BW to R/3 connect

  • RRI.............

    Hi,
    As per our discussion, I am sending you my requirement.
    call me if you feel any problem in this. My No. is : 610 733 7334.
    My Requirement is :
    In BW, I need to create a Jump query in RRI from Report to R/3 Transaction.
    Here  Sender value is i.e from Query i.e. Insurance Object (actually in BW this the combination of Business Partner and Contract).
    So I want to pass this value to R/3 Transaction FPL9.
    But the passing value has to be segregated as Business Partner and Contract. at BW level only, and has to go to FPL9 Transaction as parameter values.
    For that I identified, that need to write User Exit, but for RRI, SAP has moved this User Exit to BAdi.
    Now I created a BAdi, which  is (Custom) ZRS_BBS_BADI ( Original SAP one is : RS_BBS_BADI).
    It has Custom Class is ZCL_IM_RS_BBS_BADI (Original : CL_IM_RS_BBS_BADI)
    Inside the class we have 2 methods :
    1) EXIT_SAPLRSBBS_001
    2)EXIT_SAPLRSBBS_002
    Q) Here in Which one we need to write code? what?
    Pleae suggest me entire solution.
    Thanks & Regards
    Sunil Kumar Pitta
    610 733 7334
    [email protected]
    [email protected]

    Hi Ashwin, Thanks for your suggestion.
    Here the thing is I am able to pass asingle parameter value like BP or some thing from any other query or this query. But my requirement here is , I need to take  a single value, that is Insurence Object (this is the combination of Business Partner and contract), now I need to seggragate the sigle value of Insurence object as BP and Contract and have to pass to R/3 transaction FPL9.
    I can pass single vale to R/3 transaction. BW jump query setup will take care about passing the single values.
    Now we need to segragate the sender value to 2 values for reciever.
    Guide me the code for this.
    Thanks
    Sunil

  • Error in planning modeler

    Hi All,
    While creating filters in planning modeler ,I am getting an error saying that  'Syntax error in program SAPLXRSR  ., error key: RFC_ERROR_SYSTEM_FAILURE ' . I am using planning modeler through remote connection. can any one provide  reason and solution for this error?
    Thanks in Advance,
    M.Reshma.

    Hi Reshma,
    the "program" SAPLXRSR includes several user exits. Please take a look at the dump in the back end and check your user exits.
    - EXIT_SAPLRRS0_001
    - EXIT_SAPMRSRU_001
    - EXIT_SAPLRRS2_001
    - EXIT_SAPLRSBBS_001
    - EXIT_SAPMRSRU_999
    - EXIT_SAPLRSBBS_002
    - EXIT_SAPLRSSBR_001
    One of them seems to have a syntax error. Could you check this?
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • RS_BBS_BADI

    Hi,
    I tried to use this BADI for mapping a sender variable value to a receiver variable.
    I found an Know-How Enhancements PDF documantation which this BADI is written at, but its doesn't contain useful details.
    Can you describe this BADI usage example for yours?
    Can you provide any other related documentation?
    Thanks,
    Shani

    Hello Shani Bashkin 
    You don't need EXIT_SAPLRSBBS_001, you need EXIT_SAPLRSBBS_002
    Here goes:
    You go to se18 select SMOD_RSR00004 then you go to Implementation->Create
               then you create a BADI implementation with the name Z*something_something. The system then brings you to the SE19 definition of BADI implementaition you there see both of the RSBBS exit, in methode form EXIT_SAPLRSBBS_001
    EXIT_SAPLRSBBS_002
    You select the second one EXIT_SAPLRSBBS_002 double click on it, it brings u to abap code Method .....End method U then insert this code and adapt it to your usage. Activate everything, go to smod find the exit RSR00004 activate everything there with the magic WAND, got o rsrt generate and debug, u then should pass in that code and then use some imagination, thats all folks!!!!
    DATA: I_THX_MAPPING_WA TYPE LINE OF RSBBS_THX_MAPPING,
          E_THX_MAPPING_WA TYPE LINE OF RSBBS_THX_MAP_BY_EXIT,
          I_RANGE TYPE RRRANGESID,
          I_DATE LIKE SY-DATUM,
          E_TT(2).
    DATA: l_s_thx_mapping type rsbbs_sx_map_by_exit,
          l_s_range       type RRRANGESID.
    FIELD-SYMBOLS:
          <l_sx_mapping>  TYPE rsbbs_sx_mapping.
    IF I_S_RECEIVER-RONAM = 'IW29'.
    read table i_thx_mapping ....
    PS: You need to Have ITS installed and configured and your web server maintained for BW to R/3 connect

Maybe you are looking for

  • ITunes12 stops working when syncing with iPhone5. It can't copy the files. Tried everything; uninstalling, re-installing, updating... Still the same. HELP Please? :'(

    This just happened a day ago. It was when Windows failed to update. When I plugged my phone to the laptop, there seemed to be a pop-up box appearing in iTunes saying, "iTunes has stopped working. A problem caused the program to stop working correctly

  • Object class depoyment

    OK, I subclass calendar object from Oracle provided standard object class. What do I need to deploy to use this form now apart from calendar.pll and my fmx. What about the object class from which I sub-class. Do I need to compile and deploy that also

  • Infopackage cannot be used as varient in Process chain

    Hi, When I treid to create the process chain and I have created I am getting an error message as Infopacakge ....genarated not able to  be used as loading varient. I am unable to figure out what exactly this one. Please help me to resovle this one. P

  • JTable Renderer

    I am trying to develop an application that allows users to enter in scores into a table. How can I access a particular row/cell in a table and add it to another row/cell. Is it possible to add a JTextfield to a Row/Cell??? Hope you can understand wha

  • EM unable to connect to database

    Hi experts, I have a working production DB running fine. The EM was initially working when the DB was created months ago with the default listener port 1521 and listener name. Now the DB is using a listener of port 1522 and listener name LISTENER_DB1