Custom Transaction for RSDMD

Hello Friends,
I am looking to create a custom transaction for RSDMD (Master Data Maintenance) for a specific MDInfoObject ( say for example ZIO_TEST1).
I did try following:
1. Used SHD0 - created a Variant.
    I did see the message Variant "TVAR_RSDMD" saved.
2. Used SE93 to create ZVAR1
      Selected fourth radio button-
         Transaction With Variant
3. In the next screen -
    a. entered transaction text - some desc.
    b. for transaction entered - RSDMD
    c. When I try to enter transaction variant - I get an error message "No transaction variant exists."
      I cannot see the drop-down list also.
Please help!! help!!.
Thank you,
Pramod.

Hi,
Transaction variant?
http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm
Transaction Variants
http://www.erpgenie.com/abap/tvar.htm
Regards,
San!

Similar Messages

  • Custom Transaction using RSDMD to go to MD Screen Directly

    Hi,
    I have created a custom transaction for Master Data Maint. which uses RSDMD and the InfoObject name.
    By using this custom transaction I can reach to
    the screen to filter the records. Here I click on
    execute (F8) to reach the actual data.
    I used SHD0 to create this custom-transaction.
    How do I include the "execute / F8" functionality in my custom transaction, so that when I use custom-transaction I can go directly to the data.
    Would appreciate your help.
    Thank you,
    Pramod.

    Hi Mark,
    Your design of going for Name01, Age01 , Date01.....
    is absolutely correct. Stdandard SAP even does the same thing.
    Regarding the dump...you can do one thing..try referring
    standard infotypes which uses table control like Basic pay infotype 0008.
    If you get any help from there then its fine..or just post send the dump analysis (point 3 of dump) to forum i guess from that definitely we can conclude at the reason for dump...
    Enjoy SAP.
    Pankaj

  • Creation Of Custom Transaction For RF enabled devices "mobile data entry"

    Hello Everyone,
    i need some information, or some material or some example's for creating custom transactions that will invoke the standard good issue transaction of sap from the handled device using the RF , so can anybody give some reference which will help me in creating custom transaction for a RF enabled handled device, which will invoke the standard sap goods issue transaction( mb1a) ,, there are some LM-transaction which do goods issue from the RF enabled handled device, but in my case i want to do goods issue using reservation as my input, so can anybody guide me or send some reference material matching to my problem, i would really appreciate it..
    thanks in advance...
    sapient2006

    Hi Hussaini,
    Here are the steps.
    1> Customization needs to be completed in SPRO. Logistics Execution -> Mobile Data entry section. Also compare entries with LM01 for understanding.
    2> In the 'Define menu management', you can create dynamic menus. For Menu or transaction type, if you enter "1", a menu appears; if you enter "2", a transaction appears. Custom transactions can be created and assigned here.
    Once that is done, when you execute LM01 you will see your custom transactions come up. Make sure that these are created keeping in mind the RF device screen size and limitations.
    Regards,
    Anand.

  • Creation of custom Transaction for confirm goods in SRM

    Hi Experts
    i need to create a custom transaction same as standard one  for confirm goods/servics in SRM portal.
    In sap GUI, the transaction is BBPCF03
    Can you please suggest any good sources where i can learn to Custome Tcodes for my requirement
    Thanks in advance
    Edited by: kittu reddy on Nov 19, 2008 7:27 AM

    Hi Hussaini,
    Here are the steps.
    1> Customization needs to be completed in SPRO. Logistics Execution -> Mobile Data entry section. Also compare entries with LM01 for understanding.
    2> In the 'Define menu management', you can create dynamic menus. For Menu or transaction type, if you enter "1", a menu appears; if you enter "2", a transaction appears. Custom transactions can be created and assigned here.
    Once that is done, when you execute LM01 you will see your custom transactions come up. Make sure that these are created keeping in mind the RF device screen size and limitations.
    Regards,
    Anand.

  • Custom Transaction for maintence of custom table

    hi friends,
                i have created a custom table. and for it i need to have a custom maintenence transactions.the custom transaction should consits of insert, copy a row and upload....
    but i dont think we have an upload feature in SM30,
    now my doubt is how can I solve  this,,, by  any other method & dilaog program being my last priority.
    Please let me know if u guys get some idea
    Thanks  in advance
    Tina

    Hi
    U can use the fm GUI_UPLOAD to read and store the file in internla table, after transfer the data from internal table to database table. This is an example:
    PARAMETERS: P_FILE(120).
    DATA: FILENAME TYPE STRING.
    DATA: T_FILE LIKE TABLE OF <ZTABLE>.
    START-OF-SELECTION.
      FILENAME = P_FILE.
      CALL FUNCTION 'GUI_UPLOAD'
           EXPORTING
                FILENAME = FILENAME
           TABLES
                DATA_TAB = T_FILE.
      INSERT <ZTABLE> FROM T_FILE.
    You can use this program only if the file have the same structure of Z-TABLE, otherwise you have to elaborate the data of T_FILE before inserting in the database.
    Max

  • Custom transaction for WORK ORDER in ECC

    HI all,
    I need to create a custom transaction which incorporates the functions of transactions IW31,Iw32 and Iw33.DO I need to create a custom Module ppool for the above requirement or can I use a BDC for creating,updating and retrieving the created Work orders?

    Hi Rads1234,
    yes, you can use BDC to implement it. besides, you can use BAPI_ALM_ORDER_MAINTAIN to do this, which is better than BDC from my point of view.

  • BEx Query Report - Customer transactions for a period.

    Dear Experts
    my management has asked me to create a Customer Statement Query.
    Sample Format
    Customer Code  |   Document Date | Document No  | Transaction Type |    Opening Balance (Beginning of month) | Credit  | Debit
    Necessary Data Available in FI AR line item cube.
    since i am new to SAP BI i am finding difficultly in calculating the opening balance in the first row. it will be a great help if somebody can assist me in creating the query in the above format.
    thans
    viru
    Edited by: Lankem-IT on Apr 27, 2011 5:15 PM
    Edited by: Lankem-IT on Apr 27, 2011 5:19 PM

    Hi
    Thanks Ashutosh Singh & AP_SAP for replying.
    i am planning to use : 0FIAR_O03 DSO for this purpose.
    logic given to me by management is like this
    Statement is for a month. Example ( 2011/04/01 to 2011/04/30).
    opening balance is as at 2011/03/31 (Cumulative Debit/Credit Amount .) on First Row
    then followed by Statement period Transaction
    Fields : Document No , Document Date , Transaction Type , Debit Amount , Credit Amount
    Then Finally Closing Balance as at 2011/04/30  on the Final Row(Cumulative Debit/Credit Amount = Opening Balance + Debit Amt - Credit Amt)
    Regards
    Viru.

  • Custom transaction for FBL5N

    HI,
      I need to copy the program RFITEMAR to ZRFITEMAR and should create a ZFBL5N.
    I created a ZRFITEMAR program and created ZFBL5N.
    When I am executing program standalone it is not giving any dump, but when I am trying to execute newly created transaction it is giving the following dump. 
    Could you please tell me why and what needs to be done.
    Runtime Errors         LOAD_PROGRAM_NOT_FOUND
    Exception              CX_SY_PROGRAM_NOT_FOUND
    Date and Time          08/04/2011 11:52:53
    Short text
         Program " " not found.
    What happened?
         There are several possibilities:
         Error in the ABAP Application Program
         The current ABAP program "RSDBSPMC" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         or
         Error in the SAP kernel.
         The current ABAP "RSDBSPMC" program had to be terminated because the
         ABAP processor detected an internal system error.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
         caught in
        procedure "%_IX_INIT" "(FORM)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        On account of a branch in the program
        (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
        or a transaction call, another ABAP/4 program
        is to be loaded, namely " ".
        However, program " " does not exist in the library.
        Possible reasons:
        a) Wrong program name specified in an external PERFORM or
           SUBMIT or, when defining a new transaction, a new
           dialog module or a new function module.
        b) Transport error
    How to correct the error
        Check the last transports to the R/3 System.
        Are changes currently being made to the program "RSDBSPMC"?
        Has the correct program been entered in table TSTC for Transaction "ZFBL5N "?
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "LOAD_PROGRAM_NOT_FOUND" "CX_SY_PROGRAM_NOT_FOUND"
        "RSDBSPMC" or "RSDBSPMC"
        "%_IX_INIT"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
    Edited by: SAP ABAP79 on Aug 4, 2011 6:12 PM

    Hello,
    It seems like there is some configuration missing for customize transaction.
    You can put a break-point where it is giving dump and analyze the data fetching which leads to "%_IX_INIT" "(FORM)"...
    Thanks

  • Custom Transaction for maintenance with conditions

    Hi all,
    My requirement is to create in SE93 a generic transaction with a call to sm30, with skip first screen edit mode.
    It's easy!
    Now I've to enter a conditions on a field of table maintened, to grant the view/add/modify of only a subset of records...
    PLEASE HELP ME!!!

    Hi
    You can create a report instead of a transaction calling SM30.
    The report has to call the fm VIEW_MAINTENANCE_CALL: here you can define your condition:
    DATA: T_COND TYPE STANDARD TABLE OF VIMSELLIST WITH HEADER LINE.
    T_COND-VIEWFIELD = 'VKORG'.
    T_COND-OPERATOR  = 'EQ'.
    T_COND-VALUE     = '1000'.
    T_COND-AND_OR    = 'OR'.
    APPEND T_COND.
    T_COND-VIEWFIELD = 'VKORG'.
    T_COND-OPERATOR  = 'EQ'.
    T_COND-VALUE     = '1001'.
    APPEND T_COND.
    CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
      EXPORTING
        ACTION                       = 'U'
        VIEW_NAME                    = 'ZBW_EM_USA_V'
      TABLES
        DBA_SELLIST                  = T_COND
      EXCEPTIONS
        CLIENT_REFERENCE             = 1
        FOREIGN_LOCK                 = 2
        INVALID_ACTION               = 3
        NO_CLIENTINDEPENDENT_AUTH    = 4
        NO_DATABASE_FUNCTION         = 5
        NO_EDITOR_FUNCTION           = 6
        NO_SHOW_AUTH                 = 7
        NO_TVDIR_ENTRY               = 8
        NO_UPD_AUTH                  = 9
        ONLY_SHOW_ALLOWED            = 10
        SYSTEM_FAILURE               = 11
        UNKNOWN_FIELD_IN_DBA_SELLIST = 12
        VIEW_NOT_FOUND               = 13
        MAINTENANCE_PROHIBITED       = 14
        OTHERS                       = 15.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Max

  • Getting an unusual error while running transaction for rebate settlement

    Hi Experts ,
    While i am running a customized transaction for vb7 that is rebate settlement , I have input field on agreement screen of payment method . Whenever , i put any value in that field and run the transaction , it gives me an error " Input values must be defined in Table T042Z. The value or
    values ' T ' are not specified in this table. " whereas when i check the table T042Z for payment method values , the values i m entering are present there . I cannot get why its showing this error .
    Could anyone plz help as its very urgent req ..
    Thanks in advance ..
    Ankit

    Ankit,
    Set a breakpoint very early in the program's soruce code.  When you hit that breakpoint in the debugger, go to the menu bar and choose Breakpoints > Breakpoint at > Statement .  Enter the word MESSAGE into that pop-up window and continue the program's execution.
    This will stop the debugger at all MESSAGE statements... Including the one that is generating your error.  You can then analyze the code just prior to that error.... and address the issue accordingly.

  • Performance problem in custom transaction

    Hi,
    We have a custom transaction for checking the roles related to an transaction.
    We have the same copy of the program in DEE, QAS and PRD(obvious).
    The catch is in DEE the transaction runs very slow, whereas in QAS and PRD the transaction is normal.
    In the debugger mode i found in DEE while accessing AGR_1016 it takes an long time.
    I checked the indexes, tables and extents and noticed that in DEE the extents, size and the table size(physical size) is more than in PRD.
    Whereas, the records are more in PRD and less in DEE.
    Please guide me on what all checks i can perform to find out where exactly the problem is?
    Regards,
    Siddhartha.

    Hi,
    What database are you running? It sounds like that's where the issue is, if it's a table with a lot of changes a table reorg might be in order (especially with older databases). You should probably close this message and open another one in the relevant DB forum.
    Michael

  • Custom Transaction

    Hi All.
    I have a table T023 and that table is associated with transaction OMSF, now there is one field which is there in the table but not in the transaction OMSF. So my question is:
    Can I add that field in that transaction and if yes can you please tell me how. Also is it possible to create a custom transaction for OMSF like ZOMSF and is yes pleass help me how to do that.
    Thanks,
    Rajeev

    Hi,
    Can I add that field in that transaction and if yes can you please tell me how. Also is it possible to create a custom transaction for OMSF like ZOMSF and is yes pleass help me how to do that.
    No, creating a Z transaction won't help. Nor there is a way to have that field unless you create a table maintainance for that table. But that would be a modification. And is not recommended
    regards,
    Advait.

  • Custom Transaction running slow on R/3 4.7 ,Oracle 10.2.0.4

    Hi,
    We have a custom transaction for checking the roles related to an transaction.
    We have the same copy of the program in DEE, QAS and PRD(obvious).
    The catch is in DEE the transaction runs very slow, whereas in QAS and PRD the transaction is normal.
    In the debugger mode i found in DEE while accessing AGR_1016 it takes an long time.
    I checked the indexes, tables and extents and noticed that in DEE the extents, size and the table size(physical size) is more than in PRD.
    Whereas, the records are more in PRD and less in DEE.
    Please guide me on what all checks i can perform to find out where exactly the problem is?
    Regards,
    Siddhartha.

    Hi,
    Thanks for the reply.
    The details are given below.
    Please let me know if u need any more information.
    /* THE ACCESS PATH */
    SELECT STATEMENT ( Estimated Costs = 2 , Estimated #Rows = 1 )                                                                               
    5  7 FILTER                                                            
      Filter Predicates                                                                               
    5  6 NESTED LOOPS                                                  
    ( Estim. Costs = 1 , Estim. #Rows=1 )                       
      Estim. CPU-Costs = 14,882 Estim. IO-Costs = 1                                                                               
    5  4 NESTED LOOPS                                              
    ( Estim. Costs = 1 , Estim. #Rows = 1 )                   
      Estim. CPU-Costs = 14,660 Estim. IO-Costs = 1                                                                               
    1 INDEX RANGE SCAN UST12~0                              
    ( Estim. Costs = 1 , Estim. #Rows = 1 )               
    Search Columns: 4                                     
    Estim. CPU-Costs = 9,728 Estim. IO-Costs = 1          
    Access Predicates Filter Predicates                   
    5  3 TABLE ACCESS BY INDEX ROWID AGR_1016                  
    ( Estim. Costs = 1 , Estim. #Rows = 4 )               
    Estim. CPU-Costs = 4,932 Estim. IO-Costs = 1                                                                               
    2 INDEX RANGE SCAN AGR_1016^0                       
    Search Columns: 2                                 
    Estim. CPU-Costs = 3,466 Estim. IO-Costs = 0      
    Access Predicates Filter Predicates                                                                               
    5 INDEX UNIQUE SCAN UST10S~0                                
    Search Columns: 5                                         
    Estim. CPU-Costs = 221 Estim. IO-Costs = 0                
    Access Predicates Filter Predicates                                                                               
    The details of the index UST12~0   
    UNIQUE     Index   UST12~0                      
    Column Name                     #Distinct       
    MANDT                                   7
    OBJCT                                    1,339
    AUTH                                       6,274
    AKTPS                                    2
    FIELD                                      762
    VON                                         6,112
    BIS                                           246
    Last statistics date                           02.08.2008
    Analyze Method                                Sample 80,739 Rows
    Levels of B-Tree                               2
    Number of leaf blocks                      9,588
    Number of distinct keys                   722,803
    Average leaf blocks per key           1
    Average data blocks per key          1
    Clustering factor                                42,765
    Table   AGR_1016                                
    Last statistics date                  24.09.2008
    Analyze Method                       Sample 5,102 Rows
    Number of rows                        5,102
    Number of blocks allocated    51
    Number of empty blocks         0
    Average space                        2,612
    Chain count                              0
    Average row length                 48
    Partitioned                               NO
    NONUNIQUE  Index   AGR_1016~001                 
    Column Name                     #Distinct       
    MANDT                                          4
    PROFILE                                    4,848
    COUNTER                                  10
    Last statistics date                  24.09.2008
    Analyze Method                 Sample 5,102 Rows
    Levels of B-Tree                               1
    Number of leaf blocks                      24
    Number of distinct keys                   5,101
    Average leaf blocks per key             1
    Average data blocks per key            1
    Clustering factor                              1,449
    UNIQUE     Index   AGR_1016^0                   
    Column Name                     #Distinct       
    MANDT                                          4
    AGR_NAME                                   4,725
    COUNTER                                       10
    Last statistics date                  24.09.2008
    Analyze Method                 Sample 5,102 Rows
    Levels of B-Tree                               1
    Number of leaf blocks                         30
    Number of distinct keys                    5,102
    Average leaf blocks per key                    1
    Average data blocks per key                    1
    Clustering factor                          1,410
    If any more info is required..Please tell me.
    Siddhartha

  • Custom transaction authorization

    Hi,
    I have a custom transaction which calls a custom table. And as there's no ABAP code for that, it's not possible to enter ABAP statement - AUTHORITY-CHECK to check any data before user run custom transaction.
    Is it possible to restrict custom transaction in this scenario ?
    Thanks..

    Thank you all for your answers. But I know what you all are talking about.
    Well, let me be specific. I have 3 companies and all are using same custom table. And I have a custom transaction code which points to custom table for table display/update access.
    Now, as there's no ABAP code for custom transaction, I can't insert AUTHORITY-CHECK to restrict one company's data from others.
    So in this case, is there any way I can restrict custom transaction for authorization check, which would be inserted in user's profile, for specific company code value ?
    I know you can do it using TSTCA table: insert authorization object and value and then check against user's profile. But would like to know what other folks are doing.
    Cheers...

  • Add custom transaction in OMCP

    Hi,
    I have created a custom transaction for Goods Issue based on the standard transaction MB26.
    Now, I want to add this custom transaction, in the list of transactions available in tcode OMCP.
    But, I don't see any option in OMCP to add a new Z-transaction.
    Please let me know how can my requirement be achieved.
    Regards,
    Dawood

    Hi,
      You need to modify the structure ( node ) that you want to modify using transaction SIMGH. First you need to go to transaction SIMGH.
    In the IMG structure just press f4 -> you need to give the title of the structure that needs to be edited. f8. Then you can modify the structure -> insert node.
    You need to give the node text.
    After creating the node, click on the node and select insert activity.
    In the ID field give an entry, Give the description in 'name'.
    Please check this link on how to add a node in IMG.
    http://help.sap.com/saphelp_sm32/helpdata/en/9a/b7b2375ca97f68e10000009b38f8cf/content.htm
    <b>Reward points</b>
    Regards

Maybe you are looking for