Selecting fields in BDC screens

Hai,
   Can we select fields(check boxes) from BDC screen if so, tell me how can we select fields in BDC programming.
                                           Thank you in advance

Hai,
    as u said that we can select check boxes while recording, but my problem is i'm using this procedure in creating STO delivery in VL10B, here we enter ship-to party and date as input and in second screen we click on show/hide documents button and after that we check the STO document no. which was created for our suppl. plant on given date and press background button, so here my problem is STO document no. place is getting changed every time.
                      Thank you can you once verify recording for VL10b.

Similar Messages

  • Project Systems Selection Field change in Screen of S_ALR_87013557

    Hi ABAP'ers
    I need to add a new field namely 'PLFAZ' of table 'PROJ' to my dynamic selection screen, hence i tried to achieve it through selection field modification of the logical database PSJ in SE36, but my problem is ,the field is not displayed in the dynamic selection screen even after assigning function group and checking the preselect option against the field, plz suggest what is to be done to display the field in the dynamic selection screen.

    Hi
    Please check the Corresponding Screen Number of The Screen which you want to Enhance.
    After the Getting Screen number Check the Enhancement Possibilities.

  • VL10A -  adding selection field in standard screen

    I have added two selection fields in General data tab like "Original Delivery date & Latest Delivery date".
    In Resulting report Layout all data is displayed except these two new columns ("Original Delivery date & Latest Delivery date"). Please guide me where should I change the code to get the data in these two new columns. Any help is highly appreciated.
    thanks.
    Sunil

    Hi shaik,
    Refer to the following useful link:
    Search help enhancement in VA01
    Hope this will help you...

  • Can we display the selected fields in two screen?

    HI friends i have got a problem where i am have two screen 1000 and 102.
    In 1000 screen i have got 2 push buttons display and cancel
    if i click display by giving emp_id then module and email has to be display for which i have given code as...
    MODULE STATUS_1000 INPUT.
    WHEN 'DISPLAY'.
       SELECT SINGLE NAME EMP_MODULE EMAIL
         FROM ZRIF_TABLE
        INTO (ZRIF_TABLE-NAME, ZRIF_TABLE-EMP_MODULE, ZRIF_TABLE-EMAIL)
        WHERE EMP_ID = ZRIF_TABLE-EMP_ID.
    this code is working according to the requirement
    But the same requirement is there in another screen(102) where if i click emp_id then name emp_module and email has to be displayed but it is not working with the above code.
    Caution is i will be having the same emp_id name and module in the same screen before wht it has displayed.
    To be clear request sent by details like emp_id name module
    request sent to emp_id name and module.
    code in 102 screen..
    CASE SY-UCOMM.
    WHEN 'EXIT'.
    CALL SCREEN 100.
    WHEN 'DISPLAY'.
       SELECT SINGLE NAME EMP_MODULE EMAIL
         FROM ZRIF_TABLE
        INTO (ZRIF_TABLE-NAME, ZRIF_TABLE-EMP_MODULE, ZRIF_TABLE-EMAIL)
        WHERE EMP_ID = ZRIF_TABLE-EMP_ID.
    endcase.
    endmodule.

    you should store data into a global structure (at program level) and display fields from this unique structure on various dynpros
    also this will be better than using the table name as structure name and will avoid to select from a field of the same structure...

  • Imposing selection fields into a screen field

    Hello Frnds,
    I have a FM in which I am calling a report. That report doesn't have any selection screen but it calls a user defined screen in which i have an input field PARTNER (KNA1-KUNNR).
               In my FM i have import parameter as partner same type as in the report screen field and an export parameter sy-subrc.
                Now my issue is I wanna impose the import parameter partner to the screen field in my report which is called. How could I do that?
              I am using a submit statement to call the report from the FM.
    Please feel free to ask 4 more details or 4 any other questions...!
    Note: I do not have standard selection screen for my report. I have to impose the FM import parameter to the screen field in the report.
    Thanx in advance,
    Abhi...!

    hi abhi satya 
    Use EXPORT and IMPORT Statement
    in report export the field value and in FM import those value
    regards
    Deva

  • LIS: How to put an additional selection-field into sel-screen

    Hi LIS-Gurus,
    I have a self-defined information structure with a method for list enhancement. In this method I want to calculate values. So far so good.
    The problem is: for the calculation I need a date. The user should be able to enter this date in the selection-screen of the standard-analysis (MCSI).
    Is there any chance to define a parameter or select-option, that can be readout in the method? The field should only be used to allow the user to enter a date. There must be now selection in any kind for that field...
    Thanks in advance for your hints!
    Nicole

    please modify the layout of screen 1s00 of programm SAPMF05A in SE80 accordingly.
    Regards,
    Attila

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

  • Adds selection field at the first screen of FBL3N (G/L line item display)

    I would like to adds line item selection field at the default first screen of FBL3N.
    The field I'd like to add at the default selection screen is :Amount.
    This field can be selected at dynamic selection. But I'd like to use the field at the first screen of FBL3N, not in daynamic selection screen.
    If anyone knows how to add the fields into FBL3N first screen, please advice me how to do it.
    Edited by: Itchy31 on Jul 23, 2009 8:30 AM

    Hi,
    You can not add the new fields in the selection criteria thats the reason dynamic options are given for the further selection.
    If you still want to add in the selection screen then go for a customisation and coordinate with the ABAPer which is not suggestable as it is readily avilable in dynamic selection.

  • Multiple selections in a field in module screen

    Hi all
      Can any body tell me how to get the multiple values selection in a field in Dialog screen .
    regards
    dreeni

    Easiest way is to create a subscreen and embed this in your dynpro.
    report zrich_0006 .
    tables: mara.
    Custom Selection Screen 1010
    selection-screen begin of screen 1010 as subscreen.
    selection-screen begin of block b1 with frame title text-001.
    parameters: p_rad1 radiobutton group grp1 default 'X',
                p_rad2 radiobutton group grp1,
                p_rad3 radiobutton group grp1.
    select-options: s_matnr for  mara-matnr,
                    s_matkl for  mara-matkl,
                    s_mtart for  mara-mtart.
    selection-screen end of block b1.
    selection-screen end of screen 1010.
    start-of-selection.
      call screen 100.
    *&      Module  STATUS_0100  OUTPUT
    module status_0100 output.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
    endmodule.
    *&      Module  USER_COMMAND_0100  INPUT
    module user_command_0100 input.
    endmodule.
    Screen screen 100 with a subscreen area called "subscreen_1010"
    Screen Flow Logic follows
    *process before output.
    module status_0100.
    call subscreen subscreen_1010 including sy-repid '1010'.
    *process after input.
    call subscreen subscreen_1010 .
    module user_command_0100.
    Reward if it helps..
    regards,
    Omkar.

  • In BDCs, after adding one field to the screen, which one is the better proc

    Hi,
    My client requirement In BDCs, after recording the legacy data by using MM01, After some time adding one field to the screen, How can we record the  for the new field.
    If any one knows pls help me total process.
    Warm regards,
    Venkat.

    Identify the screen in which this new field is added and simply add one more line to add the bdc record for this field in that screen.
    If the screen is also entirely new, then you have to identify the previous screen, the okcode to go to this new screen and finally the next screen and the okcode to go to the next screen along with the field BDC record.
    I don't think it is necessary to redo all the recording as long as you can follow the existing code.

  • BO Multiple screen selection fields

    Hello,
    I have three Bex reports, These Reports displays Group currency, Document Currency and Local Currency.
    I added all three in Bo Webi, each report is added in one tab.All these reports having same selection screen fields.
    when I execute the reports, these 3 reports selection fields are displaying for user Input.
    Is their any possibility of displaying one report selection screen and after passing user all these 3 reports should get display the output based on the parameter selection.
    Santhosh

    Hi Jyothirmayee,
    Thanks for the reply.
    My Query having 2 Promts and technical name i.e Same variable used at BEx level for all 3 reports.
    Webi level, when refresh it displaying 6 fileds. screen displaying repetative fields (even same technical name used backed)
    Santhosh

  • Unable to select a field in Datasource screen

    Hi Gurus,
    I am trying to change a datasource by including another field (by checking the selection field) but am unable to do it as its disabled. however the hide field can be editable and is unselected at the moment.
    How can i enable the selection box for this field and check it?
    Thanks in advance
    S N

    Hi San
    Thanks for your quick reply.
    I have checked the field and it hasnt got any value in the SELECTION field (its just blank). Some of the other fields have got 'X'.
    The OBJVERS for this particular field is A. However there is another occurance of the same field with OBJVERS as D.
    Anymore suggestions as to how i can enable and select this field in my Datasource.
    Thanks
    S N

  • How to get the values of Select-options from the screen.

    The value of parameter can be obtained by function module 'DYNP_VALUES_READ' but How to get the values of Select-options from the screen? I want the F4 help values of select-options B depending on the values in Select-option A.So I want to read the Select-option A's value.

    Hi,
    Refer this following code..this will solve your problem...
    "Following code reads value entered in s_po select options and willprovide search
    "help for s_item depending upon s_po value.
    REPORT TEST.
    TABLES : ekpo.
    DATA: BEGIN OF itab OCCURS 0,
    ebelp LIKE ekpo-ebelp,
    END OF itab.
    SELECT-OPTIONS   s_po FOR ekpo-ebeln.
    SELECT-OPTIONS s_item FOR ekpo-ebelp.
    INITIALIZATION.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_item-low.
      DATA:
      dyn_field TYPE dynpread,
      temp_fields TYPE TABLE OF dynpread,
      zlv_dynpro TYPE syst-repid.
      zlv_dynpro = syst-repid.
      CALL FUNCTION 'DYNP_VALUES_READ'
        EXPORTING
          dyname     = zlv_dynpro
          dynumb     = syst-dynnr
          request    = 'A'
        TABLES
          dynpfields = temp_fields
        EXCEPTIONS
          OTHERS     = 0.
      LOOP AT temp_fields INTO dyn_field.
        IF dyn_field-fieldname EQ 'S_PO-LOW'.
            SELECT * INTO CORRESPONDING fields OF TABLE itab FROM ekpo
            WHERE ebeln EQ dyn_field-fieldvalue.
            EXIT.
        ENDIF.
      ENDLOOP.

  • Hiding fields in a screen

    Hi All,
    How would u hide a row of fields in a screen based on a condition ?
    Thanks in advance
    Archana.

    Hi Archana,
    All screen modifications are generally done in the PBO. If you have three elements on the screen, say P_ONE, P_TWO and P_THREE, then in the PBO, you will have something like this -
    IF <the condition you want to check>.
      LOOP AT SCREEN.
        IF ( SCREEN-NAME EQ 'P_ONE'  OR
             SCREEN-NAME EQ 'P_TWO'  OR
             SCREEN-NAME EQ 'P_THREE' ).
          SCREEN-ACTIVE = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    ENDIF.
    The PBO for a selection screen would be the AT SELECTION-SCREEN OUTPUT event, while for a normal screen, it can be any of the PBO Modules.
    Regards,
    Anand Mandalika.

  • What are the fields in BDC table

    hi
    what are the fields in BDC table. what is the last entry

    hi,
    BDC table structure
    FIELD                     TYPE                            DESCRIPTION
    Program                CHAR (8)                      Program name of transaction.
    DynPro                   CHAR (4)                      Screen number of transaction.
    DynBegin               CHAR (1)                      Indicator for new screen.
    Fnam                     CHAR (35)                     Name of database field from screen.
    Fval                       CHAR (80)                     Value to submit to field.
    Hope this is helpful, Do reward.

Maybe you are looking for