How to ascertain the variant of RBDMIDOC?

When run program RBDMIDOC need to input message type, but not any type is ok. I wanna what message type can be used and how to config it. I thought maybe BD50 can finish it. Then i found some message types have been actived in BD50 but still can not be used in RBDMIDOC. Pls give me a guidance.

Hello,
I have try this message  HRMAS1
but i am getting the below error.
Message type HRMAS1 cannot be sent with change pointers
if i am using ADR3MAS its not showing anything.... I am working on ECC6.0 version.
there are already exit in BD50 tcode
thank u,
santhiosh

Similar Messages

  • How to use the Variants in SAP Transportation and what is its use ?

    Hi experts,
    How to use the Variants in SAP Transportation and what is its use & How to create a variant in SAP ?
    Can anybody answer this ?
    Regards,
    Shakti

    Hi,
    If you are asking about "slection vairants" in SPRO settings of "shipment cost document" then
    When it is activated,
    each user can have his own slecetion  and list criteria for
    1. List shippment costs:calculation
    2. List shippment costs: settlement
    This can be directly saved from VI01 screen by the user.
    from environment> lists
    This is user specific only.
    Hope this helps.
    Regards,
    Sharan

  • How to get the VARIANT name in the program

    Hi Guys,
    Can somebody tell me how to get  the VARIANT name in a program.
    I have to perform some code with specific variant only. So I want to check in program which variant has been used to call the program.
    Thanks,

    Hi,
    Variants are stored in table VARI and VARID.
    You can use RS_ALL_VARIANTS_4_1_REPORT to get all the variants for a report program.
    please check out the link below it will be helpful to you
    Re: Programs for a transaction variant
    Hope this helps.
    ashish

  • How to get the variants for LAV LIST or GRID?

    Hi,
    How to get the variants which are stored in table like JVSO1, using function module REUSE_ALV_VARIANT_F4 ?
    Thanks.

    Hi,
    Delcare
    DATA : st_variant  TYPE disvariant,       "Work area for variant
           st_variant1 TYPE disvariant.       "Work area for variant
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-041.
    PARAMETERS :     p_varnt TYPE  disvariant-variant MODIF ID md8.  "Variant
    SELECTION-SCREEN END OF BLOCK b3.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_varnt.
    *--Local Variables
      DATA: l_exit(1) TYPE c.                "ALV exit
    *--Call the function module to display the list of Variants
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          is_variant    = st_variant
          i_save        = c_save
        IMPORTING
          e_exit        = l_exit
          es_variant    = st_variant1
        EXCEPTIONS
          not_found     = 1
          program_error = 2.
    *--Check Subrc
      IF sy-subrc <> 2 AND l_exit IS INITIAL.
        p_varnt = st_variant1-variant.
      ENDIF.
    start-of-selection.
      IF NOT p_varnt IS INITIAL.
        CLEAR st_variant1.
        MOVE st_variant TO st_variant1.
        MOVE p_varnt TO st_variant1-variant.
    *--Call the function module to check the variant exist
        CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
          EXPORTING
            i_save     = c_save
          CHANGING
            cs_variant = st_variant1.
        st_variant = st_variant1.
      ENDIF.
    DATA : lv_repid TYPE sy-repid.
    *--Pass the Report name
      lv_repid = sy-repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program      = lv_repid
          it_fieldcat             = it_fcat
          is_variant              = st_variant
          it_events               = it_events
          i_save                  = 'A'
          i_callback_user_command = 'USER_COMMAND'
        TABLES
          t_outtab                = it_zsd_ra
        EXCEPTIONS
          program_error           = 1
          OTHERS                  = 2.
      IF sy-subrc <> 0.
        MESSAGE e368(00) WITH 'Alv Display failed'(044)  .
      ENDIF.
    regards,
    Prashant

  • How to create the variant conditions in VK13

    Can anyone plz tell me how to create the variant conditions in VK13.
    Thanks in advance.

    Hi Suresh,
    not sure if this is what you meant.. in VK13 enter the condition for which you want to maintain variant & press
    enter.. fill in the Sales Orgn,Distbn Channel & Divion Values.. Use the menu option Edit> save as Variant> enter the variant name & desc and SAVE..
    Regards,
    Suresh Datti

  • How to delete the Variants?.

    Hi Friends,
    I have created Variants for MD process chains to be scheduled perodically. There are about 5 Process chains and for each process chain i have created a variant in SE38 , and i have scheduled each of them in the background job periodically.
    Now I have to create a Variant only for Meta chain, i have done that. But i need to delete the Variants for each of those process chains which i have created. How to delete the Variants?.
    Can anyone please help me.
    Thanks in Advance.
    BN

    You can delete variant from process chain with the below ways...
    U can delete variants from table RSPCVARIANT (also see RSPCVARIANTATTR).
    OR
    If u wanted delete complete process chain (including process variant), U can delete PC from table RSPCCHAIN (see also RSPCVARIANTATTR)
    OR
    You can find Delete Feature in the Variant Itself. Open a variant - Delete
    OR
    when you edit the process chain, right click on the process and select maintain variant. On the next screen you have a delete button.
    OR
    you can use debugging to delete the variant if you are good at ABAP.
    Thanks,
    Saveen Kumar

  • How to delete the variant in report

    Hi Friends ,
    i am unable to delete the Variant from the Report.
    please find the error in attached screen shot.
    Regards,
    Muralidhar.

    Hi ,
    You can check weather variant is protected or not in table VARID and field 'Indicator' by passing your variant name in field 'Variant'..
    https://help.sap.com/saphelp_nw70/helpdata/en/c0/98038ce58611d194cc00a0c94260a5/content.htm
    please check this link it shows how to make a variant protected... ex: if you create a variant and make it protected then only you can make the value changes in that variant it won't allow other users to make changes in the values.
    RSVARENT this is the program which cancels the protected variants..
    Regards,
    Nitin

  • How To Simulate the Variant Functionality of se11.

    Hi all,
       In Module Pool Program, in the Subscreen I have Kept the select-options for 4 zfields(custom fields).
    and there is Save Button in the Main Screen that is Calling the Subscreen Below.
      My Requirement now is ,When SAVE is Done , I have to store all the conditions and values if entered in the Zfields just like a variant does and the Key No will be automatically generated.
    So that when they come to the screen again and give that no it has to produce the all the conditions and value set earlier from the table..
    The SAme functionality as of  variant does , But when I debugged that , I am unable to trace how that does.
    PLease help me out.
    I know that variant are stored in VARID,VARIT,VARI But how these tables get updated and how the values are getting on to screen when selected..
    Please Share the Ideas.

    Hi ,
    In this case, what you can do is :
    - when user clicks on save --> give him a popup/screen to save variant name
    - take all value that have to be saved and save it in table TVARVC with the variant name
    - next time you have to retrieve the variant values just do a retrieval from TVARVC and fill up your select options.
    Hope that this might help you.
    Regards,
    Dev

  • How to enable the variant button in my report

    Hi experts,
    How can I enable the variant button at the top menu bar of my report?

    Hi Miv,
    In the above post of mine I didn't give info. on creating variant.
    Here is how to create a variant:
    On the Selection screen after giving INPUT. <b>Just press ctrl+S</b>.
    to create a variant.Give the variant name and save it.
    <b>
    Reward all helpful answers</b><b>
    One request, i.e., don't forget to close the thread by giving points if your problem.</b>
    Regards,
    V.raghavender.

  • Process chain--how to schedule the variant even if there is no repeat opt.

    Hello Gurus,
    Can anybody help me out like the issue was...
    when monitoring the process-chain,the variant-load infopackage was successfully completed the status was green,and next to that there was a update from the PSA variant and then to that there is a ATTR.chane run variant,process chain strucked at these two variants.when i look into that there was no repeat option on both the variants.        so how could i schedule that from at that point.
    Thanks in advance for the solution!
    Regards,
    Dilip

    Hi Dilip,
    You have to do the remaining process steps manually.
    If the the failed process step is loading proces step, then make the QM status of that upload to Red and then refresh the process chain.. Some times you will get the repeate option with that.
    Or else end the process as described below:
    When ever the load fails in a process chain we need to check whether its a load error or a non-load error. For load we need to rectifie the error manually nd need to run the program which is given SAP SE38.
    RSPC_PROCESS_FINISH for this we need to pass some parameters.
    like process chain name. variant, instance and the status. Here status we will give as 'G'. so that chain can identify that the previous process has been successful nd run the remaining processes automatically.
    Refer the below Blog
    Blog for this : /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Assign points if it help you.
    Regards,
    Sreedhar

  • SHD0 transaction-how to restrict the variant transaction to specified users

    I have created a variant transaction for MM02 wherein am disabling a field .I want this field to be disabled only for certain users.The variant transaction which I created affects all users.So,for everyone the field is grayed out.How to restrict this for specified users???

    Hello,
    Try to look an exit for that transaction, either user exit or badi, then try to disable the field doing a LOOP AT SCREEN, but first you should have the restricted users in a Z table, or by cheking the profiles for each user..
    Another way to do it is trying to do it the profiles customization, maybe you can do it that way.
    Cheers!!
    Dont forget to reward.
    Gabriel P.

  • How to get the variant name from the Selection Screen

    Hi Friends,
                       I have a Selection Screen with Variants.In the Report which is classical,i need to get the <b>name</b> of the variant which is used in the selection screen..Can anyone help me in this?

    You can use system variable
    SY-SLSET
    Thanks
    Seshu

  • How to store the variant in Module Pool Programming

    Hi,
       I have the module pool program which is having 4 screen. depends on the first and second screen, third screen is called. i want to store the data of third screen to the variant. All the screen except first screen is a subscreen.
    Regards,
    Dhiraj.

    Hi Dhiraj,
    You can create a variant only for a Report. Module Pool Programs require a dialog with the user & hence creating a varint is not possible. You  can possibly create some Parameter IDs & default values in there.
    Regards,
    Suresh Datti

  • How to copy the variants from one user to other user?

    Hi all,
    I have a list of variants(nearly 10 variants) for a report named 'ZONEORDER'. I need to copy all the variants to another user. Is it possible?
    If so, could anyone suggest the solution?
    Thanks in advance.
    Regards,
    Vijay.

    Hello Vijay,
    I need to copy all the variants to another user.
    What does " copy to another user" mean?
    You can attach the variant to a Transport through prog. RSTRANSP and move to subsequent systems.
    BR,
    Suhas

  • How to save the variant and select it for displaying output

    For       ALV variant use the FM_REUSE_ALV_VARIANT_F4 and REUSE_ALV_VARIANT_DEFAULT_GET to allow the user to save the variant and select it for displaying output.If   any of the data (Z fields in VBAP) is blank,the cell in the column must be highlighted in red.

    Hi,
       Refer thsi code
    DATA : wa_variant  TYPE disvariant,       "Work area for variant
           wa_variant1 TYPE disvariant,       "Work area for variant
    *&      Form  sub_get_default_variant                                  *
    This form will initialize the variant                               *
    FORM sub_get_default_variant .
    *--Clear
      CLEAR wa_variant.
    *--Pass the report name
      v_repid = sy-repid.                     "Report ID
      wa_variant-report = v_repid.
    *--Call the function module to get the default variant
      CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
        EXPORTING
          i_save        = c_save
        CHANGING
          cs_variant    = wa_variant1
        EXCEPTIONS
          wrong_input   = 1
          not_found     = 2
          program_error = 3
          OTHERS        = 4.
    *--Check Subrc
      IF sy-subrc = 0.
        p_varnt = wa_variant-variant.
      ENDIF.
    ENDFORM.                                  "sub_get_default_variant
    Regards,
    Prashant

Maybe you are looking for

  • Fuji raw files from iPad Camera Roll to Lightroom Mobile

    I can not transfer Fuji XE2 Raw files from my iPad Camera Roll into  Lightroom Mobile. They will transfer from Lightroom 5.4 into mobile and can be edited which proves mobile can handle them. However not a lot of good for location use! Does anyone el

  • Corrupt files cannot open iphot

    really in trouble, aapllication told me once some files could not be opened, maybe coorupt, then suddenly I could not open I photo at all...i.e. access my pics...what can I do? thanks

  • Delete Custom Avatar from profile...

    I was wondering if anyone else is seeing a Admin Password request window when they attempt to delete a custom avatar and if so have anyone found a solution..

  • Are there any known good home phone systems for the Home Phone Connect

    I've had the Home Phone Connect now for several months.  I have had a Panasonic KX-TG7641 for a good while now.  I bought this system to connect a cell phone through the Bluetooth to make a receive calls at home.  This cell phone stayed docked in the

  • Error after Patch update

    Using Oracle 10gR2 on RHEL 5 on Vmware. I was trying to apply the 10.2.0.4.0 Patch No 6810189 on my 10.2.0.1.0 database. But after running the installer I got the following error - --error in invoking target 'client_sharedlib' of makefile ins_net_cli