Screen sequence selection: BUCO

hi
Into IMG BP ->Screen Configuration there is a Screen Sequence
Selection for finding, i.e. "Find: Main Screen Sequence" and I
customized it to use into BP transaction with Business Partner
role(General), but when I test the roles I can not see this
screen (Business Partner Search). Then I checked the Data Sets
for this role (via BUSD) and it has assigned the Set: BUP040,
Could some explain me how I should set this screen to watch it
into BP transaction???
Best regards to everybody!!

hi
Into IMG BP ->Screen Configuration there is a Screen Sequence
Selection for finding, i.e. "Find: Main Screen Sequence" and I
customized it to use into BP transaction with Business Partner
role(General), but when I test the roles I can not see this
screen (Business Partner Search). Then I checked the Data Sets
for this role (via BUSD) and it has assigned the Set: BUP040,
Could some explain me how I should set this screen to watch it
into BP transaction???
Best regards to everybody!!

Similar Messages

  • Field References, Field Selection Group & Screen Sequence

    Dear Experts,
      Please whare are the importance of field References,  Field Selection group  & Screen Sequence? How do i use them?

    Hi,
    These are Object based (Like Material master, BOM, Routing etc..), so depending on how you want the screen layout and how you want the mandatory/optional field defination you can define it here.
    Regards,
    Prasobh

  • User defined selection screen sequence

    Hello Everyone,
    I have a kind of an issue with selection screens. Story goes like this. I have a main sel.screen (no 1000) where I have some selection list. Now based on this selection i display another sel.screen (with my given number, let's say 9000). Then i fill selection criterion on screen 9000 press F8 and I get results. So far so good. Now when i 'back' button system displays the first, initial sel.screen (1000) instead of the last displayed (9000). I've tried to modify this behaviour and I am able to display the last sel.screen (9000) after pressing 'back' button but then when i press 'F8' instead of results I get initial sel.screen (1000) again. Is there anything I could do to make it work in the way I want to ?
    Regards
    Pawel

    Ok so let me present the code (or at least the most important parts) as Selva asked because using 'set screen 0' did not help. it is possible that I used it in wrong place so even more presenting code should help:
    * some global data definition
    *definition of mail sel.screen:
    SELECTION-SCREEN BEGIN OF BLOCK selscr1
                     WITH FRAME TITLE text-001.
    PARAMETERS: "select interface
         p_i001(4) as listbox visible length 20 OBLIGATORY DEFAULT 'XXX'.
    SELECTION-SCREEN END   OF BLOCK selscr1.
    *definiotion of following sel.screens;
    SELECTION-SCREEN BEGIN OF SCREEN 1002.
      SELECTION-SCREEN BEGIN OF BLOCK selscr2 WITH FRAME TITLE text-001.
        PARAMETER: p_ws02(4) as listbox visible length 20 OBLIGATORY DEFAULT 'XXX'.
    *    PARAMETER: p_t02 like GV_TABNAME DEFAULT 'zint_v_infin002'.
      SELECTION-SCREEN END   OF BLOCK selscr2.
    SELECTION-SCREEN end OF SCREEN 1002.
    SELECTION-SCREEN BEGIN OF SCREEN 1004.
      SELECTION-SCREEN BEGIN OF BLOCK selscr3 WITH FRAME TITLE text-001.
        PARAMETER: p_ws04(4) as listbox visible length 20 OBLIGATORY DEFAULT 'XXX'.
      SELECTION-SCREEN END   OF BLOCK selscr3.
    SELECTION-SCREEN end OF SCREEN 1004.
    *******************   END OF SCREENS ***********************************************************
    AT SELECTION-SCREEN ON p_i001. "parameter from screen 1000
      CASE p_i001.
        WHEN '002'.
          call SELECTION-SCREEN 1002.
        WHEN '004'.
          call SELECTION-SCREEN 1004.
        WHEN OTHERS.
          CALL SELECTION-SCREEN 1000.
       ENDCASE.
    *** some settings made basing on selections from following screens
    AT selection-SCREEN on p_ws02.
      gv_werks = p_ws02.
    AT selection-SCREEN on p_ws04.
      gv_werks = p_ws04.
    INITIALIZATION
    * filling listbox
    START-OF-SELECTION.
      CASE p_i001.
        WHEN '002'.
         "select 002 relevant data
         "alv display
        WHEN '004'.
         "select 004 relevant data
         "alv display
      ENDCASE.
      END-OF-SELECTION.
    so as i mentioned before when i press 'back' on alv list I end up with screen 1000 instead 1004 (it's 1004 in real life not 9000). when i tried to change i was able to display 1004 selection when i pressed 'back' on alv but then instead of getting new list system takes ma back to 1000 scr again
    regards
    Pawel

  • About screen sequence group field in vov8

    hello gurus.
    where we define screen sequence groups, like AU order, DR debit memo, RE retuns etc.
    Go to VOV8, select your sales document type and execute. There under the tab "Transaction flow", you can see a field "Screen sequence grp." which are all standard and you should not change this.
    What i need is , where we create a new screen sequence group for ex AU , DR etc?.

    Dear Shiva
    Go through this help link
    [Screen sequences |http://help.sap.com/saphelp_47x200/helpdata/en/eb/e8dbaee53d11d4b36c0050da429303/frameset.htm]
    thanks
    G. Lakshmipathi

  • XK01 -- Batch Input Program Screen Sequence Issue

    Guyz,
    I created a recording in shdb for xk01 and generated the program from shdb itself and modified the program (both selection screen & processing logic).... suprisingly, when i execute the program, screen sequence is different when compared to the sequence from shdb recording..... i even downloaded the BDCTABLE contents during debugging and compared with recording in SHDB which is fine....
    any pointers ?
    after filling lifnr, bukrs & account group on initial screen of xk01, usually NAME & ADDRESS details screen comes up in online and SHDB recording, but during program execution in 'ALL SCREEN' & 'SYNCHRONOUS' mode (call transaction), i'm getting first screen (as expected) but its skipping NAME & ADDRESS details screen and thus my program getting stuck?
    appreciate your pointers.....
    thanks

    On the first screen, you have to set a check-box that is normally hidden:
        perform dynpro
          tables bdcdata
          using:
         'X' 'SAPMF02K'     '0105',         "Create Vendor: Initial Screen
          ' ' 'RF02K-BUKRS'             '0001',
          ' ' 'RF02K-KTOKK'             'ZZZZ',
          ' ' 'USE_ZAV'                 'X'.         "<=======Here
    This will cause the program to use the screen in Central Address Management.
    I also think you will probably use screen 0100 rather than 0105 that I have used above.
    Rob
    Message was edited by:
            Rob Burbank

  • Screen sequence processing when using modal dialog box

    I have been struggling with a dialog program which I have written.  I have a screen which has 2 radiobuttons and a check box (screen 100).  If the checkbox is marked, a modal dialog screen pops up (screen  150).  If I complete both input fields on  screen 150, I can go through to screen 200, then back out of screen 200 to screen 100, and then I can back out 100 to screen 0.
    The problem I have is the validation I have put in screen 150 if one or both input fields have no values or if I want to exit screen 150.  If I exit screen 150, in order to get back to screen 100 in the main screen I need to do CALL SCREEN 100 as if I use SET SCREEN 100, 100 then appears in my modal dialog box screen.
    If I try to back out of screen 100 to screen 0, the program then brings up screen 150 in the PAI part of the module and then go to screen 0 when I close screen 150 even though I have coded SET SCREEN 0. LEAVE SCREEN. in the user command module of screen 100.  Here is my code:
    <u><b>screen 100</b></u>
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
    PROCESS AFTER INPUT.
      MODULE user_command_0100.
    <b>
    <u>Modules for 100</u></b>
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'ZL_PWB_GR1'.
      SET TITLEBAR  'ZL_PWB_GR1'.
      CLEAR: w_hse_stock, w_new_product, wa_sto, w_reverse,
             mara-matnr,  mkpf-mblnr.
      PERFORM release_lock.
      REFRESH CONTROL 'TC_GR' FROM SCREEN 0200.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT .
      CASE ok_code.
        WHEN 'ENTER'.
          IF w_reverse = space.
            CALL SCREEN 0200.
          ELSE.
            CALL SCREEN 0150 STARTING AT 30 2
                             ENDING AT   75 5.
          ENDIF.
        WHEN 'BACK' OR 'EXIT' OR 'CANC'.
          w_pai = c_yes.
          SET SCREEN 0.
          LEAVE SCREEN.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    <u><b>screen 150</b></u>
    PROCESS BEFORE OUTPUT.
      MODULE status_0150.
    PROCESS AFTER INPUT.
      MODULE exit_command_0150 AT EXIT-COMMAND.
      FIELD  mara-matnr MODULE check_matnr.
      FIELD  mkpf-mblnr MODULE check_art_doc.
    <u><b>Modules for 150</b></u>
      MODULE user_command_0150.
    *&      Module  STATUS_0150  OUTPUT
    *       text
    MODULE status_0150 OUTPUT.
      SET PF-STATUS 'GR_REV'.
      SET TITLEBAR 'GR_REV'.
    ENDMODULE.                 " STATUS_0150  OUTPUT
    *&      Module  exit_COMMAND_0150  INPUT
    *       text
    MODULE exit_command_0150 INPUT.
      IF sy-ucomm = 'EXIT'.
        CALL SCREEN 100.
      ENDIF.
    ENDMODULE.                 " exit_COMMAND_0150  INPUT
    *&      Module  check_matnr  INPUT
    *  Check if issues has been filled and if issue is a valid article no.
    MODULE check_matnr INPUT.
      DATA: l_matnr TYPE matnr.
      IF mara-matnr IS INITIAL.
        MESSAGE i010(ad) WITH 'Issue no. required'.
        EXIT.
      ELSE.
        SELECT SINGLE matnr FROM mara INTO l_matnr
         WHERE matnr = mara-matnr.
        IF sy-subrc NE 0.
          CLEAR l_matnr.
          MESSAGE i010(ad) WITH 'Issue does not exist'.
        ENDIF.
      ENDIF.
    ENDMODULE.                 " check_matnr  INPUT
    *&      Module  check_art_doc  INPUT
    *       text
    MODULE check_art_doc INPUT.
      IF mkpf-mblnr IS INITIAL.
        MESSAGE i010(ad) WITH 'Article document no. required'.
        EXIT.
      ELSE.
        PERFORM get_art_doc USING mara-matnr
                                  mkpf-mblnr.
        IF sy-subrc NE 0.
          MESSAGE i010(ad) WITH 'No article document exists for this issue'.
        ENDIF.
      ENDIF.
    ENDMODULE.                 " check_art_doc  INPUT
    *&      Module  USER_COMMAND_0150  INPUT
    *       text
    MODULE user_command_0150 INPUT.
      CASE sy-ucomm.
        WHEN 'ENTE'.
          IF mara-matnr NE space AND mkpf-mblnr NE space.
            CALL SCREEN 200.
          ELSE.
    *        MESSAGE i010(ad) WITH 'Please fill in both fields'.
            SET SCREEN 150.
          ENDIF.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0150  INPUT
    Any suggestions or pointers would be greatly appreciated as I am going round in circles.
    Thanks
    Larissa

    Have got around this by removing the references to SET SCREEN 150.  This way, I can get around the screen sequencing.  It just means that I cannot keep my screen 150 in view if a validation message occurs but for now it will do for what I need.
    Thank you for your help anyway.
    Larissa

  • Screen sequence can not be assignes

    Hello gurus
    I´ve created a new screen-sequence(into t-code: BUS6) as a copy of standard one (BUP001 general Data), but when I try to assign it to a new BP role, system send the follow message: "Entry BUPA  ZBUP01 does not exist in TBZ3N", but it is not correct!!!!, more when I select this from the table TBZ3N(F4 help), Could someone help me to solve this problem, or tell me what´s wrong???
    Thanks

    Hi,
    Check the table V_554S_O for the particular Absece type which u might wrong screen Number
    Change that field to 2001..
    Or it may have happened that some mandatory field has been changed / hidden by screen modification in T588M and T588N tables for IT2001.
    Hope this helps.

  • Screen  Sequence group

    Can any one of u tell me how Screen sequence group is defined and assigned to Sales Document type.

    Hi,
    u can do this in IMG- sales and distribution- sales- sales document-difine display status in the overview screen.
    Define Display Status in the Overview Screen
    You can display and change the system and user statuses of all items that have an object status in the sales document overview screen. This means that you no longer need to go to the details screen to view the status. Instead, you can check, set, or re-set all the important statuses directly in the item overview. The same rules apply as before: you can change a user status at any time but you can only change a system status if this is permitted by the system. At the moment, you can change the following statuses: blocked, completed, finally billed, technically completed.
    In this IMG activity, you can determine which status, from which item status profile, should be displayed for each document type. You can also determine whether the status can be changed or is for display only. If an item does not have a user status, for example, because a status profile has not been saved for the item category, the display fields for the system status are empty in the overview screen.
    You can also combine user statuses from several status profiles for the display. Use the Display field to control whether the status should only be displayed in the overview screen, or whether it can also be changed by the user.
    If you select this field, the status is only displayed and cannot be changed by the user.
    If you do not select the field, the system determines the changeability of the status, whereby a user status can always be changed.
    You can use the sd_status_info report to check which system statuses may be changed. The report shows all the system statuses contained in the SAP system. In the standard system, all the system statuses relevant to Sales and Distribution are highlighted in light green, while all changeable SD statuses are highlighted in dark green ("Modifiable" column).
    Reward if it helpfull
    Reegards
    Sasikanth.Ch

  • Screen Sequence:  REBDPR

    Hello All,
    The SAP standard screen sequence is REPR. However based on my client's requirement we have created an additional screen sequence called ZREPR.
    Now when I am trying to assign this screen sequence under the node Screen Sequence Category -> Screen Sequence, the system is giving an error message "Specify the key within the work area".
    Can someone please help us with how to assign the custom screen sequence and assign it as the standard screen sequence.
    Regards,
    Suvarghya Dutta

    (FOR RE-FX) Please use following steps to make the new screen sequence as default one:
    1. Use transaction REBDPR0006.
    2. Select Screen sequence categories from the navigation pane.
    3. Select the SAP delivered Screen sequence category (with description as Standard) and press Screen Sequence Category -> Screen Sequence from navigation pane.
    4. In new screen you will find the ZREPR screen sequence listed.
    5. Click on the radio button in front of the ZREPR screen sequence. This will set the ZREPR screen sequence as default.
    6. Save the selection.
    I have used this and its working fine for me.. Hope it helps you as well..
    Regards
    Rohit

  • RF screen sequence modifications

    Hi All,
    I am having a requirement for confirming TO transfer order for multiple line item materials.  In order to move to next line item material, currently, we need to press F1(Save)-- > F4(Nxt)-->F1(save) on RF scanner buttons. It takes extra steps to confirm that line item. After scanning the source bin and material number we want to show next line item material automatically.
    Found Mobile data entery customization options in SPRO
    Logistics Execution -> Warehouse Management -> MobileData Entry->Default Enter Function -->Pushbutton Sequence
    I am not sure how to sequence those buttons in WM mobile data entery customization or need do we need to modify the ABAP program.
    I appreciate any suggestion or ideas on this topic.
    As I am new to this WM module and need your valluable suggestions.
    Transaction : LM06
    Screen Number: 2212
    Main Program: SAPLLMOB
    Thanks,
    Prabhu Avanti
    Edited by: prabhu avanti on Sep 8, 2008 2:27 PM

    Dear Ramki
    Go to VOV8, select your sales document type and execute.  There under the tab "Transaction flow",  you can see a field "Screen sequence grp."  which are all standard and you should not change this.
    thanks
    G. Lakshmipathi

  • Cotrols of Screen sequence group

    Hi all,
    where we can defined screen sequence group & what is basic control of this.
    it is assigned to sales document types but i am not able to find out where it is defined how its control to sales document type.
    Regards
    ajit

    Screen sequence group is a standard one and we cannot create that.
    Use tcode VOV8, then select your sales document type and under Transaction Flow, there you will find Screen Sequence group.
    Check table TVHB-Sales Document: Screen Sequence Group
    Refer following link for further understanding:
    [Screen sequences|http://help.sap.com/saphelp_47x200/helpdata/en/eb/e8dbaee53d11d4b36c0050da429303/frameset.htm]
    Thanks & Regards
    JP

  • How can i post the fields in the screen by selecting a record

    Hi,
      I have a problem in dialog programming.
      I need to populate the fields in the screen by selecting a single record.
      For example,
        Screen consists of 'CARRID, CONNID,FLDATE... fields.
        By pressing F4 in CARRID field it will display the contents from database table and display the records. If i select the record LH 0400 ... record then automatically the connid field should fill with the contents of the record i.e., 0400 and similarly the remaining fields.
       How can i do this in dialog programming?
       I tried with F4IF_INT_table_.. function module. There is a table parameter DYNmapping. But dont know how to use it? Can any body explain me how to use it?
       Thanks in advance..
       Suvan

    Hi Vinod,
      Thanks for your reply. I solved my problem. It is working with the table parameter 'DYNPFLD_MAPPING' in the function module 'F4IF_INT_TABLE_VALUE_REQUEST'.
      With your logic we can't decide which record is selected. Because there can be multiple records for a single CARRID.
      My question is how to post the entire record into the screen fields at a time? It is possible with the parameter I specified inthe above said function module.
      With dictionary reference it will fetch the entire entries from the Check table.
      Thanks again for your co-operation.
      Suvan.<b></b>

  • Screen sequence error while creating material.

    Respected Gurus,
    While creating material, i am getting the following error:
    The data screen descriptions are missing for screen sequence EH
    (Message no. MM329)
    Looks like screen set up issue.
    How do I solve this??
    Please help.
    Jaideep

    Jaideep,
    Check in other logon language like EN or DE.
    You might want to check with basis consultant if all text's are migrated into your logon language.
    If the screens are not standard, texts might only exist in developer logon language.
    Close message if solved.
    regards,
    Edgar

  • Detailed pop up screen in selection screen - urgent

    hai experts,
    how can we give a detailed pop up screen in selection screen.
    My requirement is,
    To display Details of spool Nos taken for current porogram to take print out from end user.
    from OWN SPOOL REQUEST displays all other programs........
    can any one give a right solution?
    reward will avail for use full answer.
    thanks in advance.
    regards,
    jai.m

    Hi Jai
    May be you can use this FM POPUP_WITH_TABLE_DISPLAY_OK with the list of spool number populated into internal table.
    If you are particulary looking for selection screen, then decalre your selection screen as below
    Selection-screen begin of screen 9000.
    Selection-screen end of screen.
    Then use the statement Call selection-screen 9000 starting at x y.
    Hope this helps !
    Regards
    Ranganath

  • TS4009 I have followed the steps above but when I get to the screen to select a downgraded option, the  Done button is grayed out and won't let me select a new option. I see a lock up in top right-hand corner, but not sure how to unlock it.

    I have followed the steps above for downgrading iCloud storage options, but when I get to the screen to select a downgraded option, the  Done button is grayed out and won't let me select a new option. I see a lock in top right-hand corner, but not sure where to go to unlock it.

    Choose Apple () menu > System Preferences, then click the iCloud icon.
    Click the Manage button.
    Click Change Storage Plan.
    Click Downgrade Options.
    Enter your Apple ID password, then click Manage.
    Choose your current plan, then click Done.
    (from http://support.apple.com/kb/HT5527 )

Maybe you are looking for