Custom transactions execution from base on conifguration table entry.

Hello,
I have a reqiurement where I name of the custom Transaction programs are maintained in a configuration table.
I am creating a custom report on whose execution, the selection screen should show the name name of all those transaction proigrams in form of radio button which I can execute.
The problam is that the configuration table can have multiple custom transaction entries over there and it can get changed every day. How can I acieve this reuqirement ?
Regards,
Jainam.

Thanks Narendra and Rob for your inputs.
Narendra
I liked the approach of using table control with the table control have a radio button and then control the number of radio buttons based on the config table entries..
How can I achieve this table control approach because I have never used this approach before ? Can you send me a sample example ?
Thanks.
Regards,
Jainam.

Similar Messages

  • Create custom transaction on the base of RSDMD to populate bw master data

    Hello All,
    my client is asking me if there is a possibility to create a custom transaction on the base of standard transaction RSDMD to populate the master data manually allowing the users to see only selected master data.
    we have a SAP BW and APO on the same system.
    the client ask if we can have a control level if the master data call other infoobjects for example (hierarchy market call the infoobjects LEV1, LEV2 etc)  we can do in a manner that is not possibile to insert new valus but only to combine existed values?
    Thanks for All
    Bilal

    Make all master data infoobjects authorization relevant and custom profile accordingly to the users in the standard authorizations and analysis authorizations.
    This will enable users to see only certain master data in their queries ( analysis authorizations ) and in their data display ( standard authorizations) instead of custom transaction.

  • 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.

  • Transaction Execution from URL

    Hi Experts,
    Need Your help to know how i can get the transaction output in Plain Text form using the URL.
    Currently I am trying the following URL :
    http://<server>/XMII/Runner?Transaction=Default/TDLF/TestTrxforYUI&Server=XacuteConnector&Mode=Query&OutputParameter=Text&type=text
    Output :
    <?xml version="1.0" encoding="UTF-8" ?>
    - <Rowsets DateCreated="2014-04-09T23:41:19" EndDate="2014-04-09T23:41:19" StartDate="2014-04-09T23:41:19" Version="14.0.0 Build(802)" TransactionID="-1"> 
    <Rowset TrxID="-1"> 
    <Columns> 
    <Column Description="Text" MaxRange="0.0" MinRange="0.0" Name="Text" SQLDataType="1" SourceColumn="Text" /> 
    </Columns>
    <Row> 
    <Text>HelloWorld</Text> 
    </Row>
    </Rowset>
    </Rowsets>
    But i need the output in plain text format as
    HelloWorld
    Thanks
    Shashank

    Hi Shashank,
    If the output of the transaction call is an XML and you need to parse the data out of it then the content-type should remain as 'text/xml'. You can parse the XML using the parse function below. I found this on searching the web but unfortunately don't remember the source.
    var parseXml;
    var groups = [];
    var recordlist = "";
    if (typeof window.DOMParser != "undefined") {
    parseXml = function(xmlStr) {
    return ( new window.DOMParser() ).parseFromString(xmlStr, "text/xml");
    } else if (typeof window.ActiveXObject != "undefined" &&
           new window.ActiveXObject("Microsoft.XMLDOM")) {
        parseXml = function(xmlStr) {
            var xmlDoc = new window.ActiveXObject("Microsoft.XMLDOM");
            xmlDoc.async = "false";
            xmlDoc.loadXML(xmlStr);
            return xmlDoc;
    } else {
    throw new Error("No XML parser found");
    You can call it like parseXML(<data_received>)
    Hope this helps!
    Regards,
    Saumya Govil

  • How to pass values to select options of custom transactions?

    I have to call custom transaction-ZMM_POST  from my custom report.
    I have to pass values to select options(Not to parameters) of ZMM_POST  from my report only.
    Please tell me how to pass values to select options of custom transactions?

    Have you tried this?
    DATA: T_RSPARAMS TYPE STANDARD TABLE OF RSPARAMS WITH HEADER LINE.
    T_RSPARAMS-SELNAME = "S_BUKRS".
    T_RSPARAMS-KIND = "S".
    T_RSPARAMS-SIGN = "I".
    T_RSPARAMS-OPTION = "BT".
    T_RSPARAMS-LOW = "100".
    T_RSPARAMS-HIGH = "300"
    APPEND T_RSPARAMS.
    SUBMIT Z_DUMMY WITH SELECTION-TABLE  T_RSPARAMS.
    Greetings,
    Blag.

  • SEM-BCS data extractor from ECC general ledger table(s)

    We are a utility company working on an SEM-BCS implementation and use the FERC solution.  We do not use the new GL.  We are trying to extract the transaction data from ECC to a BI virtual remote cube.  We cannot use the profit center extractor (0EC_PCA_3) as the profit center tables do not contain any ferc data.  We need to be able to extract the transaction data from a general ledger table.  We have run into several issues with various extractors we have tried because they donu2019t allow direct access (0FI_GL_4) or are at a summary level and we canu2019t extract group account, trading partner, and transaction type detail (0FI_GL_1).  Would you have any suggestions on how to extract general ledger data with the detail information required from ECC to be able to load to a BI virtual remote cube?

    We are going forward with getting the natural account detail data using the profit center extractor 0EC_PCA_3, and getting the ferc summary data using the general ledger extractor 0FI_GL_1.  With our testing so far, this combination will provide us the data we need in BCS.

  • Transporting Z table entries to QA and Prod

    Hi Guys,
    I have z table (has field MANDT) with delivery class A and no table maintenance in Dev box with 600 records. I need to delete 3 records and change 10 records and then transport them to QA and Prod.  I am not adding new records. 
    I created one CUSTOMIZING transport.
    I am using  SE16 -> Table Entry -> Transport Entries. It is asking for workbench transport instead of Customizing transport.
    Can I transport the deleted and changed entries using WORKBENCH transport?
    Please help.
    mini

    Hi
    Yes u can.
    Max

  • 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

  • Regarding return message from custom transaction

    Hello all,
              i have a scenario where i am calling a custom transaction and trying to get return messages, but i am not getting any return message instead i am getting error message in that transaction even if i am using mode 'N' in my call.
            Do my custom transaction need to follow some methodology which will return error message, as messages are returned when standard call transaction is made.
    Thanks
    raju N

    hello abi,
            i am getting a empty message table, thing is that from the custom transaction they are calling other standard transaction and getting error message. if any error occurs they are using 'message id'  syntax and displaying and if any error occurs internally in that transaction they are using 'message e001'. this kind of error messages are returned to my call transaction but the other one is not getting populated.
    Thanks,
    raju N
    Message was edited by:
            krishnam Raju N

  • How can i extract the particular data from Base tables

    Hi
    I have some Base R/3- Tables . I need to exact the data from these base tables.
    But i need to select some type of datarecords(eg: select Material Documents from MSEG and MKPF tables based on movement types 261,262).
    Something like that . So how can i select the particular category datarecords from base tables. Anyway im going to create the Custom DataSource.
    So please let me know . how can i extarct tha particular data from base tables
    kumar

    Hi Venkat
    See i have some 5-tables . I need to extarct from these tables.
    first i need to extract the data from one table fully.
    Then i need to extarct the data from second table based on profict centers, company codes of first table.
    Then i need to extract the data from third table based on profict centers of first table and movement type = 2p,2n,2s condition.
    So how can i extarct like this data from multiple tables.
    Please let me know
    kumar

  • Reagrding transporting of custom table entries from D to Q.

    Hi,
    I am trying to transport couple of entries which I did using table maintainence in SM30. But when I go to Maintain option -> Table View -> Transport, I see the Transport option inactive.
    Can someone tell me how to activate that option or how to move custom table entries from one system to other ?
    Regards,
    Rajesh.

    Hi rajesh,
    1. For this purpose, the delivery class of that table should be C = Customizing.
      (at present it would be A =  Application)
    2. This is done in se11 transaction.
    3. After changing the delivery class, we have to RE-GENERATE
       the table maintenance.
    4. Then, whenever we do SM30, it will automatically ask for a request number.
    regards,
    amit m.

  • Custom Transaction Data getting Transfer from R/3 to APO only through CFM3

    Custom Transactional Data getting Transfer from R/3 to APO only through CFM3
    Requirement :Automatic updation of Custom Transactional Data R/3 to APO Auto Transfer like Normal PO Changes Reflection
         While working with Core Interface The Standard Transactional Data is getting updated to APO Directly for PO Qty Changes.
          But I have written code in the R/3 User Exit to Calculate the Open Target Quantity and Transfer the Values to APO through the Structure .
          It is Populating the values and updating in the ZTable of APO [User Exit] only when we activate and De-activate the Integration Model thru CFM3 Manually.
       Could you advise and provide the info for solution if you have come across the same scenario .
    Thanks in Advance.
    With Regards,
    Naveen Mutyapu.

    Hi All,
    I have not received answer from the forum, but solution is without CFM3 also we can able to send data from R/3 to APO whenever we change the PO with populating the necessary values  in the structure IT_OUTPUT_CUS..
    Regards,
    M N Kumar.
    Edited by: MNKumar on Sep 14, 2010 8:23 AM

  • I want to delete the transactional record from database table

    Hai,
    I want to delete the transactional data from database table with out using the dialog programming is it there any trancation for this.
    for master data we have the transaction code for delete the records. The t.code is 'OBR2'.
    Plz help in that cse.
    Thanks and regards,
    P.Naganjana Reddy

    Hai,
    Plz help me urgent.
    I am asking i want to delete transactional data from database table without using the dialog programming.
    Thanks and Regards,
    P.Naganjana

  • Executing custom Transaction from Dialog Task

    Hi all,
          I am calling a custom Transaction from a dialog task  (absolutely, from the method of the task). The user will be executing that workitem from ESS.
    My problem is, while the user executes the workitem it is giving two screen titles in the top as mentioned below. One is the usual ESS header (Work center of ESS12345) and other one is the "Title in of custom program".
    I am not getting why it is giving two titles in the screen. Please advice.
    Versions being used.
    R/3   - ECC5
    ESS - ITS 640
    Regards,
    Anbarasan K

    This is probably because there is no new window opened when the task is started.
    Regards,
    Martin

  • Custom table entry if transaction fails

    hey ppl,
    One doubt. I am using a exit in sales order and the requirement is that once the exit is triggered,few values must be updated on the custom table that i have created. My question s that, i am able to modify my custom table but if for some reason ,after my exit if the transaction fails :
    1. would the custom table entry be reversed back automatically?
    2. Else, is it our responsibility to reverse the entry in the custom table?If yes, can you please guide me how to do it?
    Thanks in advance.

    1. would the custom table entry be reversed back automatically? Can't be sure on this. the entry will be updated to table once the Current LUW is updated.
    2. Else, is it our responsibility to reverse the entry in the custom table?If yes, can you please guide me how to do it?
    Yes. If entry is there you wll require to DELETE it otherwise you can just to ROLLBACK WORK.

Maybe you are looking for

  • IdM 8.1 New Labels are not getting displayed after upgrading from 7.1

    We have recently upgraded IdM 7.1 to IdM 8.1 and after upgrading the New Labels as New Navigation Menu's in Admin panel are not getting resolved and Appearing following way UI_APPR_XML_PROVISIONER_EMPTY_TABLE UI_APPR_JAVA_LIST_PROVISIONING_REQUESTS_L

  • IPhone not showing up in Image Capture

    My iPhone 6 isn't showing up in Image Capture. I wouldn't care but the app launching every time I plug the phone in is driving me crazy. But to stop that from happening I need to select my device from the list on the left in the app -- only it's not

  • Combo box error

    I have the following code: try Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String sourceURL = "jdbc:odbc:my_Library"; Connection databaseConnection = DriverManager.getConnection(sourceURL); Statement statement = databaseConnection.createStatement(

  • Contribute 3 & Flashpaper

    Hello. I have contribute 3 installed on XP pro. Each time i try to open a word doc (office 2003) contribute 3 pops a message up saying it's trying to install. I have read this is something to do with a problem with flashpaper 2. Please could someone

  • How to make nested JTable

    Hi. Does anyone know how to make nested table. Just like in MS access, if one row of data in a table has the same key as another set of data in other table you can expand the row so that it show an other table of data inside it. the popup table also