Patch level for customer exits

Hello Experts,
What is the patch level required for functioning of customer exits?
Please inform. Its urgent.
Regards,
KS

Hello,
If you are coding for TEXT, I worked this by putting the code in Attribute componet, ZXRSRU01.
same for date, chars
This is the Exit FM : EXIT_SAPLRRS0_001
and the include : ZXRSRU01
Let us check for further replies
Happy Tony

Similar Messages

  • Error in the ABAP Code for Customer Exit Variable

    Could you please update me what is the wrong with the below ABAP Code developed for Customer Exit Variable in BW
    i created a Variable (ZVWKNO) of Customer Exit,Single Value ,Mandatory and Variable is ready for input
    In CMOD i had written the below Code:
    When 'ZVWKNO'.
    DATA: WEEK(2) TYPE N,
    WEEKNO(2) TYPE N.
    IF i_step = 1.
    l_st_date = SY-DATUM.
    CALL FUNCTION 'DATE_GET_WEEK'
    EXPORTING
    DATE = l_st_date
    IMPORTING
    WEEK = l_fn_week.
    CHECK sy-subrc = 0.
    WEEK = l_fn_week+4(2).
    If WEEK 0.
    WEEKNO = WEEK - 1.
    l_s_range-low = WEEKNO.
    l_s_range-sign = k_sign_inclusive.
    l_s_range-opt = k_option_equals.
    APPEND l_s_range to e_t_range.
    ENDIF.
    ENDIF.
    But when i execute the query the default value is not populated with Week-1 No in the variable screen
    Please update me what went wrong
    Thanks

    Case ZVWKNO.                "write this with out comments
    When '1'.              "write the value that needs to equal with value in varaible ZVWKNO after when in sungle quotes
    DATA: WEEK(2) TYPE N,
    WEEKNO(2) TYPE N.
    IF i_step = 1.
    l_st_date = SY-DATUM.
    CALL FUNCTION 'DATE_GET_WEEK'
    EXPORTING
    DATE = l_st_date
    IMPORTING
    WEEK = l_fn_week.
    CHECK sy-subrc = 0.
    WEEK = l_fn_week+4(2).
    If WEEK 0.                                    "check this Week Minimum is '01' and Maximum '52'
    WEEKNO = WEEK - 1.
    l_s_range-low = WEEKNO.
    l_s_range-sign = k_sign_inclusive.
    l_s_range-opt = k_option_equals.
    APPEND l_s_range to e_t_range.
    ENDIF.
    ENDIF.
    Prabhudas

  • Variable Offset for Customer Exit??

    Hi,
    is it possible to have a variable offset for customer exit time variables?
    E.g. I have a variable current month but can I also create a one-year offset of that?
    In our system that doesn't work (but also the current month variable doesn't work...)
    thanks
    Sabine

    Hi,
    As it is mentioned by Mr.Voodi,it definately works.
    You only has given the answer for your problem .i.e you need to make sure the Customer exit variable is working proper.So take a look on the code used for it.
    With rgds,
    Anil Kumar Sharma .P

  • Patch level for SAPGUI 7.10 in ECC 6.0

    Hi all,
    we are upgrading our ECC 6.0 SP 13 to SP18. Actually SAPGUI patch level is 4; is there a matrix compatibility or a link in order to check with patch level for SAPGUI is recomended.
    Thank's in advance.
    Best regards.
    Maurizio Ortolani

    Hi Maurizio Ortolani,
    https://websmp205.sap-ag.de/pam
    Regards
    Ashok Dalai

  • R/3 Patch level  for SAP BW 3.5

    I all could you send me information about the minimum sap r/3 patch level for BW 3.5?
    thanks a lot...

    Hi,
    You would find the info on http://service.sap.com/instguides based on the OS and the database.
    Bye
    Dinesh

  • ABAP Help for customer exit

    Hi All, I need help with ABAP code for customer exit for formula variable. I have ZVKDATE as formula var from customer exit. user enters date in ZVKEYDT(this is selection type var). I have the below code, I debugged it the l_var_range-low get the date but when I append it to e_t_range the table doesn't gets the date. The report shows the ZVKDATE has empty demarcation. kindly help.
    data l_var_range like rrrangeexit.
    data: l_s_range type RSR_s_RANGESID.
    data: w_day(2) type c,
          w_mth(2) type c,
          w_year(4) type c.
    define append_range_table.
    l_s_range-low = &1.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'EQ'.
    append l_s_range to e_t_range.
    end-of-definition.
    *Activities performed before selection screen pop-up window
    if i_step = 2.
    Calculate the current date based on system date
      case i_vnam.
        when 'ZVKDATE'.
          read table i_t_var_range into l_var_range
                            with key vnam = 'ZVKEYDAT'.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          w_day = l_var_range-low+6(2).
          w_mth = l_var_range-low+4(2).
          w_year = l_var_range-low(4).
          concatenate w_year w_mth w_day into l_var_range-low.
          append l_s_range to e_t_range.
      endcase.
    endif.
    puneet

    Hi,
    Check your code again. You are not appending l_var_range but l_s_range. Also I think the concatenate statement should contain l_s_range-low instead of l_var_range-low.
    Hope this will help you.
    Regards,
    Vaibhav

  • Assign patch levels for component versions of system: Maintenance Optimizer

    Hello,
    I am trying to have Maintenance Optimizer check for what files I need to download.  However, I get the following error:
    Assign patch levels for component versions of system SXM.
    I susepect that the problem really lies in the fact that the "SP Levels" in the "Software Components" tab is not populated in SMSY.
    Does something read that information from the child system and populate the data automatically?  This is a new system install, and perhaps a step was missed in solman.
    Thanks,
    John

    Hi John,
    MOPZ directs you to SAP Software Download Center in order to show you the lastest status and available packages.
    If you are not seeing the packages perhaps you created you satellite system at solution manager pointing to the wrong product/version.
    MOPZ is created to point you to the available Support Package Stacks for its products.
    Normally one creates a system in solution manager defining it as an ECC server ( this does not have a download page for MOPZ ) when the correct assignment would be SAP ERP ( this last has a download page for MOPZ ).
    If this is your case, you´ll need to redefine the satellite system again in our solution manager.
    hope this helps.
    Valdecir

  • Change package for Customer Exit

    How can I change a package for Customer Exit? I can't find the Cusomter Exits project by using SE80 transaction... :/

    Hi
    To change the package for the customer exit
    1) use tcode CMOD
    2) frm the GOTO menu , choose OBJECT DIRECTORY ENTRY.
    3.in the OBJECT DIRECTORY ENTRY , go to change mode , frm there u can change ur package also.
    Assign points if helpfull
    From
    ManesH

  • Recommended Patch Level for ACS 4.2

    Hi,
    Is there a recommended patch level for ACS 4.2? I see a patch 4 and 5 can be downloaded. Any gotchas with either?
    thanks
    Bob

    Bob,
    I haven't had any issues with patch 5 for ACS 4.2. If you have any concerns please see the release notes for the patch.
    HTH,
    Mark

  • Which is the stable patch level for 2005-B after PL 25.

    Which is the stable patch level for 2005-B for SDK Customization purpose.
    Previously PL 25 is stable. As now PL 41 is already in market.
    Anybody knows?
    regards:
    Sandy

    Hi,
    SAP Business One 2005 B (7.40.252)  SP: 00  PL: 38
    I think the above patch was stable after PL.:25
    Raja.S

  • Kernel Patch Level for Linux RHEL 4

    Hi every one,
    Can any one pls tell me the latest Kernel patch level for OS Linux RHEL 4 .
    or ls tell me whr can i find it .
    Thanks,
    Praveen

    http://service.sap.com/patches
    --> Entry by Application Group
    --> Additional Components
    --> SAP Kernel
              o SAP KERNEL 32-BIT
              o SAP KERNEL 32-BIT UNICODE
              o SAP KERNEL 64-BIT
              o SAP KERNEL 64-BIT UNICODE
    Choose your platform here.
    SAP KERNEL 4.6D 32-BIT
    SAP KERNEL 4.6D_EXT 32-BIT
    SAP KERNEL 6.40 32-BIT
    SAP KERNEL 7.00 32-BIT
    Choose your release
    Download the independent and the database dependent part.
    Markus

  • Coding for Customer-Exit Variables

    Hi experts,
    We have some variables in BEX with Customer-Exits.
    I want to see the codings and i do following.
    1- Tcode u201CCMODu201D and enter u201CProject Codeu201D go tou201DComponentsu201D.
    2- Double Click on EXIT_SAPLRRS0_001
    3- Double Click on INCLUDE ZXRSRU01
    But I dont see anycoding here.
    Where should be the codings for Variables with Customer-Exits hidden?
    Do you have any idea, thank you.

    Hi,
          The Include which you are seeing is for only the customer space. This is for Customer exit variables created  by Developers. So Here if there are any routines written by the Developers will be there. Initially it will be Blank.
    If you want to See the standard SAP Exits goto SMOD.
    Regards
    Karthik

  • How to find out SAP J2EE Patch Level for 04s

    Hi all
    I want to find out SAP J2EE Patch Level for 2004s installation i tried to get information from SYSTEM INFORMATION link on WAS homepage but it gave only version :7.00 details and PATCH LEVEL was not mentioned .
    I also tried to find out by looking into VERSION.TXT file for server & dispatcher in ....USR\SAP\J2E.....engine installation but again no details about PatchLevel was mentioned can anyone provide some information regarding what is the  PatchLevel  for WAS 7.0 , J2SE used is 1.4.2_09
    Thanks in Advance !!
    Asif

    Thanks Kenny ,
    But as you can see from version.txt  file for Server0 it does not mention PatchLevel it is
    blank
    Specifies the version of the system
    Cluster-Version: 7.00   PatchLevel 
    Build-On:Thursday, March 23, 2006 18:47 GMT
    Perforce-Server:
    Project-Dir:JKernel/645_VAL_REL
    JKernel Change-List:102557
    Build machine:SAPInternal
    Build java version:1.3.1_12-b03 Sun Microsystems Inc.
    SP-Number: 07
    Source-Dir: D:\make\engine\645_VAL_REL\builds\JKernel\645_VAL_REL\archive\dbg
    i also checked version.txt for dispatcher it is as below
    Specifies the version of the system
    Cluster-Version: 7.00   PatchLevel 
    Build-On:Thursday, March 23, 2006 18:47 GMT
    Perforce-Server:
    Project-Dir:JKernel/645_VAL_REL
    JKernel Change-List:102557
    Build machine:SAPInternal
    Build java version:1.3.1_12-b03 Sun Microsystems Inc.
    SP-Number: 07
    Source-Dir: D:\make\engine\645_VAL_REL\builds\JKernel\645_VAL_REL\archive\dbg
    I tried this on different 2004s server but the Patch Level is not mentioned whereas for 2004
    servers it is mentioned
    so can u give some inference based on above descriptions about What should be SAP J2EE Patch
    Level for the 2004s servers
    Regards !!
    Asif

  • What is latest bundle patch level for exadata x3-2 machine? how to find the doc?

    We have a exadata x3-2 machine. I have a question: What is latest bundle patch level for exadata x3-2 machine? how to find the doc?
    Thanks in advance.

    Check note id 888828.1
    This has all the infomation you need.

  • Where do I write the code for customer exit variable?

    Hi Gurus,
    Can anyone tell me where and the procedure that I have to follow to get to the include ZXRSRU01 where I can write customer exit variable code.
    I know its written in ZXRSRU01, but in my system it seems like its not active or does not exist. How do I get to start working in this include for customer exit variables?
    Any help is appreciated. Thank you.
    Regards
    Reddy

    hi Reddy,
    variable exit use enhancement RSR00001 not RSAP0001. EXIT_SAPLRRS0_001.
    try to follow some steps in 'how to' doc related to this, and sample code may useful for you
    https://websmp206.sap-ag.de/~sapdownload/011000358700002762582003E/HowToDeriveVariableValue.pdf
    https://websmp206.sap-ag.de/~sapdownload/011000358700002765042003E/HowToVerifyVariableInput.pdf
      INCLUDE ZXRSRU01                                                   *
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.
    hope this helps.

Maybe you are looking for

  • Query Help Preserve Column Format

    I have the following query that cast the ouput into colunms, my issues is that I need to extend the query to add the returned results of Connector_1, Cache_1, EPS_1, Sent_1, Condition_1....  ANy ideas how I can accomplish this preserving the same col

  • Fontnames partly displayed in Japanese - Fonts are not broken...

    I'm having a rather odd issue recently, when I was talking to my customer he needed some changes in Text. I had used the font PilGi, which comes to us from Apple with OS X. Unfortunately the font was now dislplayed as: 필기체 in Illustrator. The font is

  • Rfq wrt pr

    when i want to create rfq with ref to pr...i create a pr but its mandatory to enter price in pr...so when we create a rfq with this pr...are we sending the price to vendor as well ...or ther is some way where entering value or price isnt mandatory in

  • System recovery keeps running

    I have a Pavilion dv6-1030us, running Windows Vista 64 bit. My Windows installer became corrupted and I am trying System recovery to take PC back to original configuration. I have used both Partition and recovery disks and can format disk. Software i

  • How can I view the timeline for a event

    I'm a bit of a newbie in iMovie 10 and don't seem to be able to find a way to turn on a timeline display for a Project. In other words, if I want to start a clip at 11:54 and end it at 13:10, where can I see that information? Shouldn't there be a con