Creation of transaction varient

hi,
My requirement is creation of transaction varient.
already they have created transaction varient " ZBP"for transaction "BP".
they are asking one more transaction varient for transaction "BP" with sliet different.
my question was can take the copy of of old one and can make the changes as per the requirementment?
how the new varient linked with transaction?
Could you please provide me required steps.
Thanks

hi
refer these two links, it would answer your questions.
transaction variant
Transaction variant?
Regards
Sajid

Similar Messages

  • Creation menu item using transaction varient or screen varient

    hi,
    Can we create pushbutton or menu item in standard program using screen varient or transaction varient.

    No  , u cannt . But u can do it by changing its PF-STATUS that to by using user exits.
    Regards
    Prabhu

  • Creation of transaction code for the table created

    Hi Experts,
    Can any one help me out with the steps that are used for creation of transaction for the table using the transaction SE93, i have created the table maintance generator.

    Hi
    Check TSTCP table  for the existing t-codes and for creating check this link
    Re: Transaction Code Creation for a Table/View
    Regards
    Pavan

  • Transaction code for creation of  transaction keys in obyc

    Dear Experts,
    Can u tell me what is the transaction code for creation of transaction keys in obyc asap.
    Thanks & Regards,
    Radhika.

    Hi
    There is no TCode and the path is
    SPRO-Material Management-Purchasing-Conditions-Price Determination....
    Cheers
    Srinivas

  • User specific transaction varient

    Dear all,
    I am having a requirement, for the tcode J1IH the posting date should be made as display field for all users except for one specific user.
    1) For the above requirement i have kept 2 transaction varient.
    2) One varient is used to make posing date as non editable for all users.
    3) One more varient is used to make the posting date editable for one user. I have assigned that user to group name.
    I do not how to activate this varients, since for all users except that one user the first varient should be active, for the specific user the second varient should be active. Kindly guide me to proceed further.

    Good point. I think if you use an exit you can vary the call depending on User/User Group. However, that requires an ABAPer.
    To do it yourself you could just create a copy of your transaction.
    Assign the original transaction to the majority but not the single User. Assign the copy to the single User and apply a screen variant.
    Regards,
    Nick
    Edit > ABAPer could do via call to function module RS_HDSYS_SET_SC_VARIANT
    Edited by: Nick Whitehurst on Apr 1, 2010 10:59 AM

  • Serial number in production order creation CO01 Transaction

    Dear All,
    we are maintaining serial numbers for each product by using serial number profile .
    For some products we creating serial numbers automatically during production order creation.
    For some products we are selecting predefined serial numbers from IQ03,during production order creation.
    But some products , we are maintaining serial numbers in excel sheet ,when ever production order created , we used to copy the required
    serial numbers from excel and pasting in CO01 serial no provision fields.Here it is allowing to paste 20 serial no's at a time, but we want to
    give more than 20 serial no's at a time
    please find the attached screen shots and provide solution
    Production order creation
    Execute Transaction : CO01
    After entering qty , we usually go to Header and select serial numbers
    then it will populate provision to enter serial number for 30 sets
    Here we are entering  required serial number manually fro few products
    The serial number to be used for this production order against this product like below
    M1001
    M1002
    M1003
    M1004
    M1005
    M1006
    M1007
    M1008
    M1009
    M1010
    M1011
    M1012
    M1013
    M1014
    M1015
    M1016
    M1017
    M1018
    M1019
    M1020
    M1021
    M1022
    M1023
    M1024
    M1025
    M1026
    M1027
    M1028
    M1029
    M1030
    Then we will copy all 30 serial number and try to past in below screen
    But it allowing only 20 serial number at a time not for 30
    After pasting 20 serial no's , user manually selecting remaining 10serial numbers and pating in the same screen by scrolling the page
    For example if production order quantity is 500 , then user put serial numbers 25 times it consuming more time
    Requirement:
    System should allow to paste all serial numbers at a time
    Regards
    Satya

    Hello Satya,
    I checked this requirement and did not find anything relevant.Even for MIGO there is a note  1883420 - In the transaction MIGO only 6 serial numbers can be entered at the same time .So as per my view you can either
    1. Create serial no's before hand which you want to paste from Excel or
    2. Some custom/alternate  development for CO01,discuss with your Abaper. or
    3. Raise OSS messge to SAP.
    Regards,

  • How can i assign the Transaction varient to the user in 4.6C version

    How can i assign the Transaction varients n Screen Varients  to the users in 4.6C version.
       Actually Iam using T-code SHD0 for hiding the field in VA11 transaction. In this iam created one transaction varient n one Screen varient.iam not able to activate that screen varient and iwant to assing to perticular users. But i have a option in 4.7 above version my client is using 4.6C version. Please give me the solution as need full.

    Hi,
         Use the PPM toolkit class CL_CRM_PPM_UM_TOOLKIT. You can use the method You can use the method GET_ASSIGNMENTS_OF_USER which returns positions held by an user(user name).  You may also find the method GET_POSITION_OF_USER useful. It accepts username and the organization ID and will return the positions held by the user under that organization.
      This class always uses the current plan (01). If you want otherwise, you can use the FM RH_STRUC_GET. As to how this FM should be used, look inside the above said methods.
    Regards,
    Arun Prakash
    Edited by: Arun Prakash Karuppanan on May 11, 2010 11:40 AM

  • Transaction varient and screen varient

    Hi all ,
    What is the use of screen varient and transaction varient in CRM  and What is the difference between them ?

    hi there
    What you can do with a transaction variant
    Insert default values into fields
    Change the ready for input status for fields
    Hide various screen elements, menu functions or entire screens
    Adjust table control settings
    Note:
    Transaction variants can only be used with dialog transactions.
    How to create a transaction variant
    Transaction variants are created with transaction: SHD0
    In the field Transaction on SHD0 enter the transactioncode for the screen you want tpo modify (E.g. VA03)
    In the field Variant on SHD0 enter the name you want to give the transaction variant (E.g. ZVA03)
    Press Create
    Now the screen for the transaction is shown and you can enter default values in the fields of the screen
    Press Enter. Now a screen that enbles you to make further customizing (Hide, Output only, Invisible, Mandatory) if the screen fields is shown.
    After you have finished customizing the screen press Enter to go to the next screen or ave and exit to save the Transaction variant
    To run the transaction varian, you must create a new Transaction code in SE93 that referes to the Transaction variant. Choose Transaction with variant as Start object.
    Note:
    The transaction variant can also be called from a program that imcludes a call to function module RS_HDSYS_CALL_TC_VARIANT
    Screen variants
    To create a screen variant, use transaction SHD0. Use menu Goto -> Screen variants
    The process to create a screen variant is similar to creating a Transaction variant. The difference between the two types is that a Transaction variant covers the whole transaction and therefore can have more than 1 screen, while a screen variant only can have 1 screen.
    best regards
    ashish

  • Creation of Transaction code for Reports created in FGI1.

    Hi all,
       We are in ECC 6.0 version. We have created one report for Profit Center Group Wise Receivables with transaction code FGI1. When we executed the report from FGI5 , it was showing the values correctly.
       We created the t.code for the report painter programe and tried to execute. The screen is different from that of T.Code: FGI4.  When we executed , it was not showing any values. I created authorisation for the report and also for the transaction codes.
       Appreciate your suggestion at the earliest.
    Thanks
    Dasa

    Hi
    Check TSTCP table  for the existing t-codes and for creating check this link
    Re: Transaction Code Creation for a Table/View
    Regards
    Pavan

  • PO creation through transaction code ME25 (vendor unknown) - reg.

    Dear all,
    When I'm doing excercise using transaction code ME25 (PO creation - vendor unknown), the system shows the error message as "Item category not allowed with document type".
    How to overcome this issue.
    Plz do the needful at the earliest.
    Regards,
    Chandramohan.N

    Hi
    Chandramohan
    You can do this in IMGMM-PURPO and Define Doc types and select the required Doc type and Select the Allowed Item Category. In this way you can allow the item category to the respective Document type.
    The item category determines the field selection and whether any additional data screens are shown.
    In addition, it determines whether a goods receipt or invoice receipt is to follow.
    The following list contains the item categories defined in the standard SAP R/3 System:
    Standard,Consignment,Subcontracting,Third-party,Stock transfer,Service,Material unknown and Material group
    If helpful reward the points..

  • BAdi - Automatic Creation of Transaction Type (Activities/Tasks)

    Dear Experts,
    we have a customer requirement to create automatically Activities/Tasks if a certain date is reached. The user just want to receive a alarm/note when there is a created acitivitie.
    Which BAdi we casn use for the automatic creation of activities? Which options we have to do that?
    Relevant tables are CRMD_ORDERADM_H and CRMD_ACTIVITY_H as I know.
    Note: We can no use the visit plan.
    Best Regards
    Oliver Schultze

    Hi Oliver,
    CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE are the function modules to create and save a business transaction. As you have the requirement to create Activities, Arden has suggested these function modules(transaction SE37). Based on your business scenario, you can use these FMs in BADI implementations to achieve the functionality.
    Thanks,
    Priyanka

  • Problem in SHD0 about creation of Transaction Variant for VA02

    Hi All,
    My goal is to create a Transaction Variant for VA02 Variant that doesn't display the "Object Status" button under the page "Status" in the Header of Sales Orders.
    To do so, I created a Transaction Variant in SHD0 (named ZTEST_VA02), the creation process creates the Screen Variants too, and i named them ZTEST_VA02_<dynpro_number>.
    The Dynpro where I can found the button to hide is the SAPMV45A / 4305, so the Screen Variant Name is ZTEST_VA02_4305.
    My problem is that If I test the single Screen Variant (ZTEST_VA02_4305) using the button in SHD0, I can see the whole transaction with my modify (the "Object Status" button is hidden), but testing the entire Transaction Variant ZTEST_VA02 I cannot see the modify and the Button is pretty visible.
    I even tried to create a Transaction with Variant, in SE93, that launches the transaction VA02 with the variant ZTEST_VA02, and I tried to assign the Transaction Variant I created as a Standard Variant, in both cases the problem is that the modify doesn't appear to be applied.
    For me this is a real mistery because If the Screen Variant is right (It works) I would expect to see that even the Transaction Variant is correct.
    Does Anyone have (or have ever had) this problem?
    Thank You very much for your attention.
    Regards,
    Claudio
    PS: I forgot to mention that I'm working on SAP ECC 6.0
    Edited by: Claudio Distrutti on Apr 4, 2008 11:47 AM

    I too facing the similar problem when assigning the screen variant to transaction variant.
    screen number where the 'Obj.Status' button is ' 4456
    if executing the screen variant alone , it works  perfectly,
    once i assing to the transaction variant and test,  the 'Obj.Status' button is visible.
    does anyone got the solution?
    Edited by: Thomas Paul jr on Oct 21, 2010 1:59 PM

  • Reg : Restriction of creation of transaction code

    hi all,
       I want to restrict creation and deletion of  transaction codes (Y or Z).
       How to get done it.
       We use SE93 and SE80 to create T-Code, ( Is there any t-code to create y or z t-code)
       We can restrict SE93 to create or delete t-code, but we cant restrict SE80 as we create many other objects in SE80.
      Suggestions reg this.

    Jean,
    When you do screen debugging the tcode se93 while creating/deletion of a tcode it takes us to
    Program SAPLSEUK
    Include LSEUKI01
      process after input.
      module exit_tcode_menu at exit-command.
      field tstc-tcode
            module xcode_390.
    Under this module xcode_390 we have the code which performs the creation/deletion of the tcode
    when 'ADD'.
       call function 'RS_TRANSACTION_ADD'
            exporting
                 objectname         = tstc-tcod
            exceptions
                 already_exists     = 01
                 permission_failure = 02.
       if sy-subrc = 1.
         message id sy-msgid type 'E' number sy
                 with sy-msgv1 sy-msgv2 sy-msgv
       else.
       when 'DELE'.
       call function 'RS_TRANSACTION_DELETE'
            exporting
                 objectname    = tstc-tcode
            exceptions
                 not_excecuted = 01.
       if sy-subrc ne 0.
         message id sy-msgid type 'E' number
                 with sy-msgv1 sy-msgv2 sy-ms
       endif.
    The same for CHANGE too.Try to put a validation here
    if sy-tcode ne 'SE80' and also the SY-MANDT in the if condition.In addition to this lock SE93 using SM01 too.
    But when we debug through SE80, it is taking us to
    Progrm SAPLWB_INITIAL_TOOL
    Under this program we have an INCLUDE LWB_INITIAL_TOOLO01
    form set_status_0100.
      data:
        l_disabled_functions   type ui_functions.
      call method g_initial_tool_ref->if_wb_program~wb_manager->get_status
           importing
              P_DISABLED_FUNCTIONS   = l_disabled_functions.
      SET PF-STATUS 'INITIAL_TOOL' excluding l_disabled_functions.
      SET TITLEBAR  'WBM'.
      clear g_fcode.
    endform.                    " SET_STATUS_0100
    Or just try to disable the option CREATE and DELETE in the above program.Just try these options,may be you will get some lead.Mind you both are SAP Standard Programs and needs accesskey.Also check whether your requirement is worth enough to tamper with SAP Standard code
    K.Kiran.

  • IS-Retail -Merchandise Hierarchy  IDOC creation through transaction WPMA

    During creation of IDOC for Merchandise Hierarchy through transaction code WPMA & selecting transfer material groups in other data. System create segment for all merchandise hierarchy available in system. If we need to transfer only specific merchandise hierachy for that company code in POS system this is not possible. Also we cannot transfer delta changes in Merchandise hierarchy. Each time we create IDOC you need to transfer all hierarchy nodes.
    Is there any transaction by which we can create IDOC for specific merchandise hierarchy.
    Pl suggest

    Thanks Vamsi
    This will help a lot for me but in this linkages will not be able to analyse by POS system. This will not tell which node is connected to others & their levels. This is gap between WPMA & WAFS. You can send changes with WPMU but changes in node is not getting transfer through this. Thanks for input

  • Variant Creation in Transaction MB51

    Dear All,
    I faced one Issue during creation of Variant in MB51 Transaction is like Below.
    In Posting date field From to To in that i required from date is fixed and To date is Dynamic (Current date - 3)
    So how can i set this?
    In Variants we can give dynamic date calculator to calculate date as we required.
    Does there is a option to add more selection option (ie if I have to add a Fixed date , Current date -3).
    Where I can do this?
    Regards,
    Murari Shah

    Hi,
    > In Posting date field From to To in that i required from date is fixed and To date is Dynamic (Current date - 3)
    Follow as following,enter your From date & Select Save as Variant, New window appears, there enter your Variant Name & Short Text,
    Now Select Posting date from the Selection Screen-Field Name, there go to 3rd last column for "Selection variable" in posting date line & press F4 over there & select "D: Dynamic date calculation",
    Now go to last column " Name of Variable" press F4, new screen appears, in that scroll down & double click on "Date - xxx, Date + yyy (work days)" or also you can use "Current date - xxx,current date + yyy", New window opens, here enter the values in numbers w.r.t. date,
    If you want to Consider today's date always then put 0 in the first field or you can put addition of no. off days as per your choice, then in second field put 3(system will add 3 days from today date),
    Then in field " Work days are determined according to factory calndr." enter "IN", press enter & save your variant, then execute again MB51 after coming out of all screens & check whether you requirement is achieved.

Maybe you are looking for