How to set Assignment details in RSBBS

Hi Experts,
RRI is used in dev.I want to know how to set assignment details.What's the meanning of
Type ,selection type and required entry? pls be more specific.Thank you.
Best regards,
Gavin

<b>Look at</b> ...explained wid examples
http://help.sap.com/saphelp_nw04/helpdata/en/a2/9b548d979de04180d15b5a55aa94aa/frameset.htm
Post back for any further questions ...

Similar Messages

  • Portal Master-detail form how to auto assign detail record sequence number

    Portal Master-detail form how to auto assign detail record sequence number.Please help me?

    You can just read the following section
    Can I specify a sequence number generator as the default value for a form column?
    Yes. Enter the following in the "default value" field for the column:
    #<schema name>.<sequence name>.nextval
    where <schema name> is the name of the schema containing the sequence, and <sequence name> is the name of the sequence. The entry is preceded by a "#".
    For example, if the schema name is "SCOTT", and the sequence name is "CUSTOMER_SEQ", the default value entry is:
    #SCOTT.CUSTOMER_SEQ.NEXTVAL
    same way you can do for master - detail form.
    for more information on forms please refer the following URL.
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm#BuildingApplications
    hope it helps.

  • Assigning details in RSBBS using batch input (SHDB). Line selection problem

    Hello, Experts!
    While trying to use batch input by transation recording in SHDB I faced the problem of selecting line.
    The scenario was as follows:
    1. create new record in SHDB, transation "RSBBS", asynchronous, no catt, default size checked.
    2. Start recording:
    2.1 Select sender (query)
    2.2 Create receiver (java-application)
    2.3 Select line with receiver in table
    2.4 assign details
    2.5 Save
    When I got the record it contains no action for line selection and when I play the record I get the  error: "Line is not selected".
    How could I define line selection in the bdc-script manually or may be there are some other way to rich the goal - to create a pack of recivers for s sender and to assing details (in my case they are common for all recievers) for each of the reciver?
    Hope for your help.
    Best regards,
    Jozef

    There is no magic in here. The number lines that you see online may not necessarily be the same as what you get in batch. This is because, online, the SAPGUI can be formatted by the user, so the number of lines you can see can vary by the user.
    To overcome this problem, most BDC that have table controls/step-loops are done by using a feature provided within the transaction. This feature enables you to add the new line always at a constant position. In MB11, you can achieve this by pressing 'New Item' after every item. That will enable you to enter the new item always in the first line/position. So you can keep your position as 1 always.
    Instead of BDC, why don't you use BAPI_GOODSMVT_CREATE.
    If this helps, please reward and close the post.
    Thanks,
    Srinivas

  • How to Set Assignment block in Display mode

    Hi All,
    I have a Z assignment block in Account (BP_Head), requirement to set this assignment block in display mode only.
    No user allowed to  edit its edit list.
    Could you help me how to do that with sample code and event.

    HI,
    In configTable set attribute displayMode = "TRUE". Then this AB will be always in display mode
    displayMode            = "TRUE" or
    if you ar using configCelleator uyou need to give iv_all_rows_editable = space
    cl_thtmlb_util=>translate_selection_mode(
      exporting
      iv_selection_mode    = ITEMS->SELECTION_MODE
    iv_all_rows_editable = space
      importing
      ev_selection_mode   = lv_cellerator_selectionmode
    ev_edit_mode        = lv_cellerator_editmode
      ev_selection_column = lv_cellerator_selectioncolumn ).
    Regards,
    Deepika.

  • Smartforms Triggered as Email (PDF) Via Action Profile, How To Set sender Details??

    Hi all,
    Me sending service Quotation to customer as email by using action profile. problem facing here is, while sending email, sender name is going sy-uname so i was trying to set some default name in From address of mail body. Actually standard class and method which i used for this process is  "CL_DOC_PROCESSING_CRM_ORDER=>CRM_SRVORDER_EXEC_SMART_FORM" . In this method signature is_mail_sender is empty while processing and this parameter is used as importing parameter while calling FM "Function_Name" . Can any one give me some idea how to do this  customization.
    call function function_name
              exporting
                   archive_index        = is_archive_index
                   archive_index_tab    = ct_archive_index_tab
                   archive_parameters   = is_archive_parameters
                   control_parameters   = control_parameters
                   mail_appl_obj        = is_mail_appl_obj
                   mail_recipient       = is_mail_recipient
                   mail_sender          = is_mail_sender
    Thanks all,
    Anbu

    Hi Anbu,
    I believe note 573736 content will help you
    Kind regards,
    Garcia

  • How to set more detail log level for http

    Hi,
    With Java Enterprise System 2003 I want to see when a user login to the Messenger Express in the http log. How could I set a log level so I can see this?
    I do not know the the default log level for http and I would like to set a log level that show me more information
    could this be the command?
    configutil -o logfile.http.loglevel -v level Information

    configutil -o logfile.http.loglevel -v Information
    would be the correct command to set the log level to "information".
    Other valid levels include, "debug", "notice" (this is the default), "warning".
    You have t restart the webmail daemon to make this take effect.
    stop-msg http; start-msg http

  • RSBBS - Assignment  Details

    Hello,
    I am developing RRI from Sender to Reciever.Target has a variable on EX: ORDER.And the what i would like is when the user from the Sender query clicks on Order > Go to >reciever query can actually se all teh details without putting any additional values.
    My concern here is in Assignement detail, do i need to give all types and if so why.Or do i need to just give type for the one i ould like the user to jump to. And in my case what should i be using Generic or InfoObject.I have read the link thats posted in reply to this question but still couldnt get an idea.Can someone please help, points shall surely be assigned.
    Thanks,
    Ronit.

    Dear Ronit,
    I'll tell you the concept of RRI ok?
    you have a report1(summary) and a detailed report2. Example In Report1 , you have custid, total purchase amount.(summary report)
    In report2, you have detailed transactions(at line item level) for a given cust id. i.e; input to this detailed report will be the custid and the report will display all the transactionf for that cust id.
    Now, the scenario is , from the summary report, all custids with total purchase amount will be displayed? When you right click one of the custid and jump to the detailed report, you should be able to see the detailed transactions for that custid.
    Now lets see how it works.
    Here sender is report1, receiver is report2. One of the conditions to link 2 reports using RSBBS is that both the sumary and the detailed level reports should have a comon characteristics to link. Here we custid in both reports.
    So, In RSBBS, you mention sender as report1, receiver as report2 and in the other tab, you just mention what kind of report( i remember you may need to mention as BW report). I dont remember(plz. check).
    Once this is done, run the summary report Report1, right click any of the custids you will see in the context menu-> drill down-> jump to report2.select that. now u will see detailed transactions for that selected custid.
    Technically, how this works is: When you right click a custid and select to jump to the detailed report, that selected custid is passed as a parameter to teh SQL to the detailed report, hence the detailed report knows for which custid , it is supposed to display the data. This is a typical example of a dynamic query, where in the values of the parameter to the query is passed during runtime.
    Got it??
    Get back to me if you have any questions.
    Thanks

  • Where can I find detailed instruction on how to set up Likert quiz slides in Captivate 7?

    I am learning Captivate 7 and I'm stuck trying to create a series of Likert quiz slides. I can't find detailed instruction on how to set up the selections on the scale.

    I would like to know how to read Likert results. Any help would be appreciated.
    I have 15 comments that I need feedback from. There are three possible responses; Seldom, Sometimes, & Often. I would like to assign a point value (numeric value) to each response.
    Seldom=1
    Sometimes=2
    Often=3
    Once they have been answered , I would like to then take the total point values of only specific questions and display them. (e.g.Questions 2,4,7,9,13). Is it possible to track and assign a point value to each response. I figure once I get them into variables I can create an Advance Action to do the math. Any help would be greatly appreciated.
    Thanks

  • How can we assign one attribute set to multiple business partners at a time ?

    How can we assign one attribute set to multiple business partners at a time ? Is it possible ? Can anyone explain me ?

    Hello,
    please refer to the following thread:
    How can we assign one Attribute Set to multiple Business Partners at a time? Is it possible?
    best regards,
    Johannes

  • RSBBS Jump Query -- Assignment Details

    Hi , I went RSBBS Jump Query --> Assignment Details --> InfoObject is Company Code so I (select type "Variable") --> Field Name I tried both Info Object Name("0comp_code")and Variable of Infoobject "0comp_code" is "ZS_CC" Manual entry variable for choosing NYLP OR NYPLP So i tired putting that in Field Name --> Selection Type (E Single Value). But it did not work and reciever query still show me the both NYLP AND NYPLP COMPANY CODE. reason I think of is use of Structure Company code in Receiver query and not the same Variable ("0comp_code")ZS_CC which is used in Sender query. I cannot change the same beacuse of reconicillation issue between two report
    Please let me know if I am doing any thing wrong or is there any other way to resolve this quick.
    thanks
    soniya

    I didn't understand your question, i think you can do this way.
    RSBBS Assign your Sender Query and receiver query. In Receiver query i think you have company code then create a variable and should be replacement path and  specify the sender query In the next screen in the query option. Then you should be getting only those values for that company code. When u drill down. It should work, wait for others opnion.
    Regards
    Kunal

  • How to set condition in CFL which are alredy assign in EditText

    Hi
      All
    I create a Screen Printer Form where i assign a edit text to ChooseFromList as follow-
    1)1st create a CFL using Collection Tab in screen printer and set the Object type=2 and Unique Id=CFL_2
    2)Then assign CFL_2 to EditText in Item Tab window.
    In that case CFL show All the Business partners. so my question is how i set the Condition in CFL_2 according to CardType.
    thanks
    Subhas

    Hi,
    Give a new Unique Id and assign that to edittext
                Dim oCons As SAPbouiCOM.Conditions
                Dim oCon As SAPbouiCOM.Condition
                oCons = New SAPbouiCOM.Conditions
                oCon = oCons.Add()
                 oCon.Alias = "U_CLEARED"
           'oCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL
                oCon.CondVal = val        
                Dim oCFL As SAPbouiCOM.ChooseFromList
                Dim oEdit As SAPbouiCOM.EditText
                Dim oCFLs As SAPbouiCOM.ChooseFromListCollection
                oCFLs = oForm.ChooseFromLists
                oitem = oForm.Items.Item(ItemUID)
                oEdit = oitem.Specific
                Dim oCFLCreationParams As SAPbouiCOM.ChooseFromListCreationParams
                oCFLCreationParams = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_ChooseFromListCreationParams)
                oCFLCreationParams.MultiSelection = False
                oCFLCreationParams.ObjectType = "AUCTIONS"
                Try
                    oCFLCreationParams.UniqueID = "CFL1_ACV" & val
                Catch ex As Exception
                End Try
                Try
                    oCFL = oCFLs.Add(oCFLCreationParams)
                Catch ex As Exception
                End Try
                Try
                    oCFL.SetConditions(oCons)
                Catch ex As Exception
                End Try
                oEdit.ChooseFromListUID = "CFL1_ACV" & val
                oEdit.ChooseFromListAlias = "Code"

  • How to set up a master/detail Spry select

    Hello, I was trying to build a master/detail select using Spry following the example in the samples folder, but I didn't succed. I think I'm pretty close. I'm using two datasets from two diffrent xml files. The problem is that I don't know how to set a filter probably. Thanks so much.
    This is my code:
    <script type="text/javascript">
    <!--
    var dsRubro = new Spry.Data.XMLDataSet("rubro_xml.php", "root/row");
    dsRubro.setColumnType("idConsultaRubro", "number");
    var dsCategoria = new Spry.Data.XMLDataSet("categoria_xml.php", "root/row");
    dsCategoria.setColumnType("idConsultaRubro", "number");
    dsCategoria.setColumnType("idConsultaCategoria", "number");
    dsCategoria.setColumnType("orden", "number");
    //-->
    </script>
    </head>
    <body>
    <form>
    Rubro:
    <span spry:region="dsRubro" id="rubroSelector">
    <select spry:repeatchildren="dsRubro" name="rubroSelect" onchange="document.forms[0].categoriaSelect.disabled = true; dsRubro.setCurrentRowNumber(this.selectedIndex);">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}" value="{idConsultaRubro}" selected="selected">{descripcion}</option>
    <option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}" value="{idConsultaRubro}">{descripcion}</option>
    </select>
    </span>
    Categoria:
    <span spry:region="dsCategoria" id="categoriaSelector">
    <select spry:repeatchildren="dsCategoria" id="categoriaSelect" name="categoriaSelect">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}" value="{idConsultaCategoria}" selected="selected">{descripcion}</option>
    <option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}" value="{idConsultaCategoria}">{descripcion}</option>
    </select>
    </span>

    Use XPath to filter the data in the second dataset as follows
    <!DOCTYPE html>
    <html xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script>
    var dsRubro = new Spry.Data.XMLDataSet("rubro_xml.php", "root/row");
    dsRubro.setColumnType("idConsultaRubro", "number");
    var dsCategoria = new Spry.Data.XMLDataSet("categoria_xml.php[idConsultaRubro=-1]", "root/row");
    dsCategoria.setColumnType("idConsultaRubro", "number");
    dsCategoria.setColumnType("idConsultaCategoria", "number");
    dsCategoria.setColumnType("orden", "number");
    function newXPath(cat){
        dsCategoria.setXPath('root/row[idConsultaRubro='+cat+']');
        dsCategoria.loadData();
    </script>
    </head>
    <body>
    <form>
    Rubro:
    <span spry:region="dsRubro" id="rubroSelector">
    <select spry:repeatchildren="dsRubro" name="rubroSelect"  onchange="newXPath(this.value)">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}" value="{idConsultaRubro}" selected="selected">{descripcion}</option>
    <option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}" value="{idConsultaRubro}">{descripcion}</option>
    </select>
    </span>
    Categoria:
    <span spry:region="dsCategoria" id="categoriaSelector">
    <select spry:repeatchildren="dsCategoria" id="categoriaSelect" name="categoriaSelect">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}" value="{idConsultaCategoria}" selected="selected">{descripcion}</option>
    <option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}" value="{idConsultaCategoria}">{descripcion}</option>
    </select>
    </span>
    </body>
    </html>
    I hope this helps.
    Ben

  • How to set public even show detail to to all users

    How to set public even to show detail to all users or group. By default the public event only show "Busy" on calendar.

    Change the calendar's "everybody" permissions to include "Read" permisssion

  • How to Insert record in IT0014 along with cost Assignment details - FM Pls.

    Hi,
    I want to insert record in info type 0014 along with Cost Assigment details.
    I used FM - HR_INFOTYPE_OPERATION and RP_PLANT_DATA_UPDATE_TABLES.
    It works fine, but if I go and check PA20 after execution of program, ICON (Cost Assignment details) is not showing up on screen PA20. But If I check cost assignment tables (ASSOB & ASSHR) the record is present.
    Please let me know how to insert record in IT0014 along with Cost Assignment details.
    Thanks in Advance,
    Krishna

    Hi,
    I want to insert record in info type 0014 along with Cost Assigment details.
    I used FM - HR_INFOTYPE_OPERATION and RP_PLANT_DATA_UPDATE_TABLES.
    It works fine, but if I go and check PA20 after execution of program, ICON (Cost Assignment details) is not showing up on screen PA20. But If I check cost assignment tables (ASSOB & ASSHR) the record is present.
    Please let me know how to insert record in IT0014 along with Cost Assignment details.
    Thanks in Advance,
    Krishna

  • I don't understand some of the termology is that a detailed step by step description on how to set firefox as my home page

    I want to fax firefox as my home page. How do I accomplish this?

    Are you referring to this support article?
    * https://support.mozilla.com/kb/How+to+set+the+home+page
    Which steps do you not understand?
    You can set the page in the current tab as only home page if you drag the tab or icon (website's favicon) that you see on the left hand side of the location bar or the toolbar Home button that has been moved to the far right of the Navigation Toolbar.
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.
    * https://support.mozilla.com/kb/Menu+bar+is+missing

Maybe you are looking for