Regarding Variant Details

Hi Guru(s),
For example i am having 3 variants for my Z-report ,
i.e, a,b,c.
i want know that after selecting any one from these 3 i want see them in z-report in start-of-selection.
Does any function module or any system varible is these for variant ..,

What you can do is put a parameter (p_variant) in the selection screen which will hold the value such as 1,2, 3 and it is not displayed in the screen(hide it).
Moment you save the variant....this particular parameter having a value is also saved.
You can populate the value of this parameter in the AT SELECTION-SCREEN event which will be triggered when you click the save button.
In the START-OF-SELECTION, you need to put a CASE statement
CASE p_varinat
             WHEN '1'.
             WHEN '2'. etc....
and do the procesing.
I hope that this logic helps you.........
If you get to know about any sytem variable or function module which will give you variant details....please let me know.
Edited by: Vin on Oct 31, 2008 11:31 AM--- A few spelling mistakes

Similar Messages

  • Regarding Variant Configration

    Dear All
    Hi My self Mandar Sathe a recent new comer in SAP field in PP module. I am having a query regarding Variant Configration. I am having a product FERT with a code. Say a Lock that can be sold in different finish with Different mechanisms and with different key options to be specific
    consider a Navtal lock this Lock can be sold with 2 keys 3 keys and more having produced with different mechanism in different colour shades so i want to configre the same FERT using Variant Configration so at the time of producing the same it will ask me combination of Number of Keys Finish and Mechanism. How to configure the same using Variant Configration Method.
    Now i have defined the material as configrable matrial I have defined a class and characterstics but not able to simulate them to get end result so pls guide me also if anybody has the documents regarding the same pls
    Thanks & Regards
    Mandar Sathe
    SAP PP consultant ( L )                                 L is learning

    Mandar,
    basically selection condition is used to select a item from  BOM , like on item 0010 MATR10 is present and you want to select this material when the characterstic value is RED for characterstic COLOUR ,then you need top assign selection condition
    $self.COLOUR = 'RED'
    Precondtionas are used to hide available values of characterstics or characterstics it self depends upon the previous selection of values.
    like in some products some restrictions are there like, Car with red colur is not availabe with automatic transmission, so in suct case for the characterstic TRANSMISSION preconduitons can be written as
    $SELF.COLOUR  NA RED
    procedure are used for selection things depends upon previous selection of values, it can also be used for adding or deleting quantitys etc.
    Procedures can overwrite default values that are set by other procedures.
    $SET_DEFAULT ($SELF, <characteristic>, <term>)
    A configurable material has characteristics COLOR and PRESSURE. The following procedures are allocated to the configuration profile of the material.
    0010 $SELF.COLOR = u2018GREENu2019 IF PRESSURE >= 10
    0020 $SELF.COLOR = u2018YELLOWu2019 IF PRESSURE >= 50
    0030 $SELF.COLOR = u2018REDu2019 IF PRESSURE >= 100
    The sort sequence ensures that pressure greater than or equal to 100 always sets the color u2018redu2019
    Check it out and revert back.
    regards
    Ritesh

  • REgarding Assignment details in RRI

    Hi Masters
    Now I have done RRI and this is working fine. There is one modification when I right click on 0calday that should not go to jump target(receiver query report). Hence, i have fixed delete type in assginment details in RSBBS for 0calday. Eventhough, it's going to receiver report. this should not happen.
    Could u please help me?
    Regards
    Raja

    Hi Prakash
      I set Delete type only for 0calday characteristics. Even though when I right click on 0calday report, it's getting reflected for second query.
    Thanks in advance
    Raja.S

  • Regarding CIN details in Vendor master

    Dear Gurus
    I am viewing in some of the user ids   CIN  Detail tab
    If i wil click that tab means i wil all registration details of vendor like SSI status, ECC number and all
    But in some of the id if i will display vendor master means i am not able view this tab
    I know for those user ids the screen sequence is not refered.
    Basically for this where will assign that details
    Can any body guide me
    Rgds
    Surya

    hi,
    Go to OMT3E, or SPRO-- LG---Tax on goods movement -
    India --- Master data --- Assign users to material master Screen sequence for exise duty.
    Double click on User screen reference.
    Maintain ur user id and the in the next column Maintain * and then save,
    Then you will get the CIN detail Icon in your vendor master.
    Thanks & Regards,
    Kiran...

  • Regarding Invoice Detail SMS to customer through ABAP program

    Hi  All ,
                   How can i send details of invoice ( invoice number,quantity,amount,total ledger balance of customer)  through SMS
    to customer with ABAP application program.
    please provide some sample code for this .
    Thanks & Regards
    shailesh

    Hi,
    I hope this link should be of help.
    [Send SMS from SAP;
    Regards,
    Pranav.

  • Regarding variant function module in alv

    hi,
        could any body tell about the function modules
    reuse_alv_variant_default_get
    reuse_alv_variant_f4
    reuse_alv_variant_existence
               and how to use it.(by giving an example program)
    Regards,
    Pavan.

    reuse_alv_variant_default_get - Provides the default variant for the list specified in the structure parameter CS_VARIANT of a program.
    reuse_alv_variant_f4 - Display variant selection dialog box. Possible entries help, if the variant is defined explicitly as an input field on a screen. The selection must be specified by at least partially filling the parameter structure IS_VARIANT.
    reuse_alv_variant_existence - This function module checks the existence in the database of a display variant passed in the interface.
    Check the Link for Example REUSE_ALV_VARIANT_F4' how to use it when we iuse it
    Kanagaraja L
    Edited by: Kanagaraja  Lokanathan on Jan 17, 2008 5:39 AM

  • Regarding Certification Details in Oracle Portal

    Hi All,
    I did OCA and OCP certification two years back. I have used weblink to see the history of my certification details with score card in oracle portal. Now i m hutting for the same link to see my certification details in the portal.
    If anybody know how to see our certified details in oracle portal please forward me the same and its quite urgent.
    Thanks in advance.
    Regards
    Prabu

    Hi Prabu,
    There is currently not a way to view your certification history online. We are working on a system that will allow this, but the system is still several months out. If you need to verify your certification details for a 3rd party (or for yourself), you can send an email to [email protected] and request verification of your certification(s). If you need to verify for a 3rd party, simply copy the 3rd party on the request and ask that the verification team reply to all in their response. Your 3rd party will receive the information required.
    Regards,
    Brandye Barrington
    Certification Forum Moderator
    Certification Program Manager

  • Regarding Variants for Background jobs

    Hi Folks
    Can you please let me know the procedure how we can create the variants for Background jobs.
    Points are assured for correct answers.
    Regards,
    kumar

    Hi Sree Ram,
    Check this info.
    If you have any selection screen parameters for your program you need to enter the values for those fields in runtime. So, if you schedule your program in background to execute then there is no one to do this job. Here comes the concept of Variant.
    With variant you define what are the selection field values in the runtime. During runtime the program picks this values and runs the program.
    When you execute your program which has selection fields, you enter the values and then you click on 'GO TO ' tab and 'SAVE AS VARIANT'.
    When you schedule your program in background, give this variant also. Then it will run automatically.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Regarding EHS details

    Dear Friend,
    My friend is an Environmental Engineer having 5 years of experience in water and waste water treatment technology. She wants to move to SAP EHS. Kindly suggest if it is recommendable. Also please provide more detail regarding training of EHS.
    Regards,
    Chinmay

    Hi Chinmay,
    Before coming to SAP-EHS one should have the domain knowledge of EHS and needs to be updated with local and international regulations that are in practice for chemicals, wastes etc.
    With Environmental engg. degree and suitable experience, your friend is game for SAP-EHS. It won't be a problem for her as far as learning SAP-EHS is concerned.
    Official SAP-EHS training is provided by Technidata (SAP partner for EHS). Unfortunately that training is not available in India. It is available in Germany and USA. Please visit their website for training details:
    www.technidata.de/ehs-training and www.tdamerica.com/education.
    To start with, Please visit the following links for SAP EHS overview:
    http://www.sap.com/solutions/business-suite/erp/corporate_services/ehs/index.epx
    And here is a link for Help on SAP EHS. This describes the SAP EHS components in details. It gives information about offerings of SAP-EHS :
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a5/3adda043be11d188fe0000e8322f96/frameset.htm
    Regards,
    Niraj

  • Regarding Error details

    Hi
    I am not able to get out of this problem of mine please help me out here and the problem where i am stuck is
    Q . As a technical expert , if the message to be sent to particular R/3 system doesn't reach to that destination ( particular R/3 system ) then he ( technical expert) can view error details in moni SXMB_MONI but what about the Business user  , how he will come to know about all the error regarding that message ??

    hi,
    as experts said alerts are the best way
    sometimes u can use fault message types as well.
    thanks
    ahmed
    Edited by: parvez ahmed on Apr 1, 2008 8:26 PM
    Edited by: parvez ahmed on Apr 1, 2008 8:30 PM

  • Regarding quicksizer details,

    Dear All,
    i got the mail from the SAP to provide the following details.as i m new for the BASIS kindly tell me how to get these details.
    SAP MAIL
    Also please confirm the below details.
    1) Please provide me the Quicksizer details.
    2) Please provide the SAP Note Implementation (69455 and 539977).
    3) Please configure the RFC Configurations.
    As the above mentioned is mandatory for the session.Please do the needful at the earliest.
    (URGENT)
    Regard's

    Dear Depak..
    sap want to  perform the technical preparation prior to the session.This is to check if your system is prepared for the session, and suggest corrective measures if required.
    But our CRM system not GO LIVE YET..
    Technical Preparation for the go live session System 
    CRM system golive
    Please confirm the GoLive Date.
    Also please confirm the below details.
    1) Please provide me the Quicksizer details
    2) Please provide the SAP Note Implementation (69455 and 539977).
    3) Please configure the RFC Configurations.
    Regard's

  • Query Regarding Variants

    Hi ,
    Is variant client dependent or independent ?
    Best Regards
    Chandrika.

    Hi Sarath!
    Variants are client-depended.
    You can browse this link:
    http://help.sap.com/saphelp_47x200/helpdata/en/c0/980374e58611d194cc00a0c94260a5/frameset.htm
    Regards,
    Pavel Aleshko

  • Regarding PAN details updation through ESS

    Hi ,
    We have applied a new patch  recently,
    as  follows:
    SAP_HR - To patch - 49
    EA_HR - To Patch - 49
    When users are trying to update PAN details it says throwing error " fill in the required fields,"
    i tried to apply relevent note :1243216 , but iam not able to apply it as system says it cannot be implemeted.
    Can any body come accross this issue please give me solution as this issue has become critical.
    Thanks in advance .
    Regards,
    Evani
    Edited by: EVANI on Jan 6, 2010 10:58 AM

    Hi
    Firstly I assume you are on ECC 600 - however please do clarify if you are on earlier release or EHP
    Please ensure you SP  landscape matches recommendations in the following link
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    Best wishes
    Stuart

  • Regarding the detailed level navigation theme change

    Dear Experts,
    I am using Light Detailed Level Navigation iview .And in the theme if I make change for the backgrond color of the theme related to DLN its not reflecting for the entire tray .For some part of the dln the changed color is reflecting(where and all links appears) in the other parts its showing the default color.
    Can someone help me in this regard.
    Thanks,
    Regards,
    Rudradev

    Hi Sunil,
    Do you really want to place the image at the right side of the TLN - or at the header (which is different)?
    In the first case, there is a mixture of JavaScript and JSPs (containing JS) which build up the TLN, and this is quite complicated to understand (at least too complicate for a SDN thread). You would have to work through the code and try to modify it carefully.
    In the secondd case, you are touching the wrong PAR, but you would know the right one (as you opened a different thread about such a modification).
    Alternatively, you could try to use the light framework page, using the navigation tag library. This way, it is more easy to design your own UI, including the nav functionality.
    Hope it helps
    Detlev

  • Regarding Variant Config

    Hi everybody,
    we have a scenario where we are manufacturing a KMAT; X and using it as a bom item in KMAT Y.
    Eventhough X is a KMAT we are maintaining stock. So my question is can we define X as a stockable KMAT under the the bill for Y ?
    When i configure the material Y in sales order i dont configure X as i was maintaining stock for it.
    any body dealt with this scenario?
    Thanks in advance,
    srikanth

    Hi Kanth,
      Check the link below.
      This will provide full knowledge on variant configuration.
       http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf
       Reward points if it helps.
    Regards
    Karan

Maybe you are looking for

  • Error message from the source system, Caller 09 contains an error message.

    Hi,     Guru's, i got an error massage when my process chain is running(Daily) in BIW 7.0, the error got in Data Loading from source to PSA or data targets. The errors having the below details Error message from the source system Diagnosis An error o

  • To calculate sales price of a material

    Dear Experts We have a requirement to find the sales price of each material for a particular material. The purpose is to create the custom program that should propose the business to tell how many materials can be sold to a particular customer with t

  • Setting a wallpaper using the iPhone SDK

    I am looking for a way to set an image as the wallpaper for the user. For example, when the user took a picture with his camera, I want to present him with an UIActionSheet where he can choose wether to save his picture to the photo library or set it

  • Cannot open a JSf file in jdev with WYSWYG

    HI, I startup Jdeveloper 11g studio edition version 11.1.2.3.0 with all features option selected. but I cannot open a *.Jspx file in jdev with WYSWYG showing. anyone can give help?

  • Ipad froze after trying to upgrade to ios 8

    good day, I tried to update my ipad mini to ios 8, it started the process and then froze on a black screen w/the apple logo, any suggestions ? thank you