How to input values with lsmw?

Hi,
I'm trying to maintain pricing master data with object of LSMW as below.
Object               0070   Condition record
Method               0000
Program Name         RV14BTCI
Program Type         B   Batch Input
but I can't find where I can input the fields 'Max.condition value' and 'Max.cond.base value'.
pls help.
tks in advance.

Hi ,
In Lsmw , we will input through flat file or an excel file.
please check in steps of lsmw , where first we have to define a structure of the file and then say the either input the values from the flat file or word with a tab separator.
thanks
Kuntla

Similar Messages

  • How to Input Value in  ALV report at reuntime...?

    Dear All,
    How to Input Value or change the value of a field in  ALV report at runtime...?
    regards,

    HI,
    To input value in ALV you have to make it editable.
    to change values at runtime you have to capture some events and then change your values in internal table which is used to display alv.
    Here is an example of editable ALV.
    <b>REPORT ZWA_ALV_EDITABLE_FM .
    type-pools: slis.
    data: gs_layout type slis_layout_alv.
    DATA: d_ref TYPE REF TO data.
    DATA: itab type table of fmfint.
    SELECT * FROM fmfint
    INTO TABLE itab.
    gs_layout-edit = 'X'.
    * Call ABAP List Viewer (ALV)
    call function 'REUSE_ALV_GRID_DISPLAY'
         exporting
              i_callback_program      = 'ZWA_ALV_EDITABLE_FM'
              i_callback_user_command = 'USER_COMMAND'
              i_structure_name        =  'fmfint'
              is_layout               = gs_layout
         tables
              t_outtab                = itab.
    form user_command using r_ucomm type sy-ucomm
                            rs_selfield type slis_selfield.
      if r_ucomm = '&DATA_SAVE'.
        message i000(SU) with 'saved'.
        MODIFY fmfint FROM TABLE itab.
        call function 'REUSE_ALV_LIST_DISPLAY'
             exporting
                  i_structure_name = 'fmfint'
             tables
                  t_outtab         = itab.
      endif.
    endform.</b>
    Regards,
    Wasim Ahmed

  • How to show values with initial sort asc/desc in 11.5.10 iProcurement page?

    (Logged Bug 12902576 with OAFramework DEV, but OAF DEV closed the bug and advised to log the issue here in the forum)
    How to have values sorted in ascending order when user first navigates to the page?
    Currently the values are unsorted, and are only sorted after the user clicks the column heading to sort the values. We expect the users should not have to click the column heading, but instead that the values should be sorted in ascending order when the user navigates to the page. This issue occurs on an OAFramework based page in iProcurement application.
    PROBLEM STATEMENT
    =================
    Receipts and Invoices are not sorted in iProcurement Lifecycle page even after implementing personalization to sort ascending on Receipt Number and Invoice Number. Users expect the receipts and invoices to be sorted but they are not sorted.
    STEPS TO REPRODUCE
    1. Navigate to iProcurement
    2. Click the Requisitions tab
    3. Search and find a requisition line that is associated to a Purchase Order having multiple receipts and multiple invoices.
    4. Click the Details icon to view the lifecycle page where the receipts and invoices are listed
    - see that the receipts are not sorted, and the invoices are not sorted
    5. Implement personalization to sort in ascending order for Receipt Number and for Invoice Number. Apply the personalization and return to page.
    - the receipts and invoices are still not sorted.
    IMPACT
    Users need the receipts and invoices sorted to make it easier to review the data. As a workaround, click the column heading to sort the results
    Tried workaround suggested by OAFramework DEV in Bug 12902576 but this did not help.
    TESTCASE of suggested workaround
    NAVIGATION in visprc01
    1. Login: dfelton / welcome
    2. iProcurement responsibility / iProcurement Home Page / Requisitions tab
    3. Click the Search button in the upper right
    4. Specify search criteria
    - Remove the 'Created by' value
    - Change 'Last 7 Days' to 'Anytime'
    - Type Requisition = 2206
    5. Click Go to execute the search
    6. Click the Requisition 2206 number link
    7. Click the Details icon
    8. In the Receipt section, click the link 'Personalize Table: (ReceivingTableRN)'
    9. Click the Personalize (pencil) icon
    10. Click the Query icon for Site level (looks different than the screenshots from OAFramework team, because this is 11.5.10 rather than R12
    - Compare this to the Table personalization page show in the reference provided by OAFramework team -
    http://www-apps.us.oracle.com/fwk/fwksite/jdev/doc/devguide/persguide/T401443T401450.htm#cust_persadmin_editperprop
    11. See on the Create Query page
    Sorting
    No sorting is allowed
    The Query Row option becomes available in personalize after setting the Receipt Number row to Searchable. However, even after clicking the Query icon to personalize, it is not possible to specify sorting. There is a Sorting heading section on the personalization page, but there is also a statement: No sorting is allowed
    The workaround mentioned by OAFramework team in Bug 12902576 does not work for this case
    - maybe because this is 11.5.10 rather than R12?
    - maybe similar to Bug 8351696, this requires extension implementation?
    What is the purpose of offering ascending/descending for Sort Allowed if it does not work?
    Please advise if there is a way to have the initial sort in ascending order for this page.

    I´m sorry that you couldn´t reproduce the problem.
    To be clear:
    It´s not about which symbol should seperate the integer part from the fraction.
    The problem is, that i can´t hide the fraction in bargraph.
    The data im showing are integers but the adf bar graph component wants to show at least 4 digits.
    As I´m from germany my locale should be "de" but it should matter in the test case.
    You can download my test case from google drive:
    https://docs.google.com/open?id=0B5xsRfHLScFEMWhUNTJsMzNNUDQ]
    If there are problems with the download please send me an e-mail: [email protected]
    I uploaded another screenshot to show the problem more clear:
    http://s8.postimage.org/6hu2ljymt/otn_hide_fraction.jpg
    Edited by: ckunzmann on Oct 26, 2012 8:43 AM

  • How to display value withing some range?

    Hi,
    I am trying to display months name using map and my results are as below:-
    1)January
    2)February
    3)March
    4)April
    5)May
    6)Jun
    Now I want to display the result in some range i.e. display from 2) to 5) or from 4) to 9); whatever user inputs the range.
    So how can I achieve this?
    Regards,
    Prateek

    Hi,
    With the help of Range droplet I am able to set the limit of my month list like if I give the value as 3 in howmany parameter;it shows the following result-
    1)january
    2)february
    3)march
    But as I said previously how can I show te result as below if user gives some input like (3-4):-
    3)march
    4)april
    5)march
    Thanks.

  • With multiple events in a single event case, how to associate value with the correct object?

    I am playing with the template where an event structure takes note of user inputs and a main state machine is then used to respond to these inputs. When I only monitor one control I use the 'NewVal' output to read out the changed value. But when I monitor multiple objects with a single case I also have to associate the readout with the correct owner. After some tinkering I was able to extract the label property and use a case to assign them. Are there better ways of doing this? For example maybe there is a way to connect the label text directly to the 'bundle by name'?
    Also this should be easy to accomplish by simply creating local variables of the objects and read from them, but I got the impression that the use of global and local variables is now strongly discouraged?
    Thanks for any suggestions!
    Attachments:
    Untitled.png ‏39 KB

    Well, I don't really like these theroretical discussions. Can you attach a simplified version of some of your code?
    There are many other ways to identify the particular control. You could for example search an array of references for the value of the "ctlref" event data node. This would make the code much more robust (your code will fail for example if you (or some other programmer updating your code in a few years!) notices a mispelling and edits the label without also changing the case structure cases).
    LabVIEW Champion . Do more with less code and in less time .

  • How to get value with two parameter fro sharepoint list in SSRS reporting

    Hi 
    I am using Sharepoint list and fetching data in SSRS.
    Using three parameter as Department,Section and subsection.
    with filter everything working fine,but if i use category All and Sub category all for particular department,unable to get record.
    please let me know how to implement.
    Help will be appreciated.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Hi Hasan,
    Per my understanding you want to add mutilple value parameters to filter the data in the sharpoint list datasource report, right?
    I have a test based on the step by step details information in below link and all works fine which will make the multiple value parameter works fine:
    https://audministrator.wordpress.com/2014/02/17/sharepoint-list-add-distinct-parameter-value/
    Add the custom code from above link
    Parem1 is the parameter which get values from a query and with all the values(duplicate value),please setting as below:
    Param2 is the parameter which will display in the report have done the deduplication, check the "Allow Multiple values" and then Specify the available value and default value using below expression:
    =Split(Code.RemoveDups(JOIN(Parameters!Param1.Value, ",")), ",")
    Add the filter and preview.
    Similar thread below for your reference:
    SSRS reporting with sharepoint list using Distinct and Multivalue
    parameters
    If i have some misunderstanding, please try yto provide more details information about your requirements.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Help me on how to update values with some condition ?

    hi..
    I have data as below:-
    select qualifier from nv2_audit_log where qualifier like '%NXPRI%NXUPM%';
    /acec/nv2am/data/input/NXPRI/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXPRI/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXPRI/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXPRI/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXPRI/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXPRI/NXUPM.P691811_691910
    /acec/nv2am/data/input/NXPRI/NXUPM.P691811_691910
    /acec/nv2am/data/input/NXPRI/NXUPM.P691811_691910
    /acec/nv2am/data/input/NXPRI/NXUPM.P691811_691910
    The question is how could i update all the qualifier from
    /acec/nv2am/data/input/NXPRI/NXUPM.P691811_691910 to /acec/nv2am/data/input/NXUPM/NXUPM.P691811_691910 where qualifier like '%NXPRI%NXUPM%' ?.. Could somebody help me ?
    Actually i want to change the NXPRI to be NXUPM only for all record with qualifier like '%NXPRI%NXUPM%'
    The output must be like this:-
    /acec/nv2am/data/input/NXUPM/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXUPM/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXUPM/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXUPM/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXUPM/NXUPM.P691011_691110
    /acec/nv2am/data/input/NXUPM/NXUPM.P691811_691910
    /acec/nv2am/data/input/NXUPM/NXUPM.P691811_691910
    /acec/nv2am/data/input/NXUPM/NXUPM.P691811_691910
    /acec/nv2am/data/input/NXUPM/NXUPM.P691811_691910
    Thank you,
    baharin

    Hi,
    Use this update statement.
    Update
    nv2_audit_log
    Set
    qualifier = replace(qualifier,'NXPRI','NXUPM')
    Where
    qualifier like '%NXPRI%NXUPM%';
    Hope this helps!
    Regards,
    Rajesh.

  • How to bring values with out loop as per selection criteria

    Hi Everyone,
    We are doing some re-design in IPAD in that i am facing an issue. There is one scenario where sub-action loop has been used(it is an existing functionality). We dynamically bring the question in this loop based on certain seller phase.
    Now they want to bring everything in one screen it self. The table they are looping is complex table.
    Any ideas how we can achieve this problem.
    The idea which i have:
    During fetch i need to loop and this complete table and get these values in to variables, so that i can hide remaining fields based. Is there any other way do it.
    Regards,
    Gupta

    It's difficult to really give steps without knowing your application better but here goes my best shot at it.
    In terms of underlying structures on the client, I am assuming you have a questionsCT, a question object (with the desired fields to displa and a tempQuestions collection on your Main Object to hold the displayed questions.
    1) Create an Edit Transaction on the main object with one property of the tempQuestions collection.  This property should be set to Auto-Initialize.  When this transaction is involved from an action and applied it will clear the tempQuestions collection.
    2) On the question object, create an Add transaction to populate the object fields from the corresponding questionCT current record.  For each of the transaction properties set the Initial Value to "From a different object property" and then browse to the Complex Tables selecting your questionsCT -> current record -> field name.
    3) Create your Add question Action to call the AddQuestion Transaction and Apply.  This will be the action called from your subaction loop.
    4) Create your refresh action with the following steps
        a) Transaction - (#1)
        b) Apply
        c) Sub-Action
            c1) Execution Type: Loop over collection
            c2) Collection: Browse and select your questionsCT
            c3) Execution Rule: Define a new rule to return true if the current record meets your selection criteria
            c4) Action: Seelct your Add question action (#3)
    On your detail screen, I am assuming you will have a dropdown or some similar way to set the selection criteria.  Create a button field that will call your refresh action (#4) and add a tile list control targeting the tempQuesitons collection as it's source.
    This should hopefully get you started in the right direction.
    --Bill

  • How to print value with ""

    Hi All,
    I am trying to print a String with "Value" can anyone please provide me a code sample for that.
    What I am trying to print is -
    String Result = "a" + "b";
    System.out.println("Result = " + Result );
    This is giving me Result = ab
    Where as I want Result = "ab"
    Thanks in Advance
    Sameer

    public static void main(String[] args)
            String result = "\"ab\"";
            System.out.println( result );
        }The " is a special character in java. If you want to add a " to a string you must first escape it with a slash like so \"

  • How to pass values with comma to comma seperated param in sp

    hi all,
     i have one sp which has param name as cordinatorname varchar(max)
    in where condition of my sp i passed as
    coordinator=(coordinatorname in (select ltrim(rtrim(value)) from dbo.fnSPLIT(@coordinatorname,',')))
    but now my promblm is for @coordinatorname i have values as 'coorcinator1', 'coordinato2,inc'
    so when my ssrs report taking these values as multiselect, comma seperated coordinator2,inc also has comma already
    how to get this solved. please help me..
    lucky

    In the SSRS report, on the parameters tab of the query definition, set the parameter value to
    =join(Parameters!<your param name>.Value,",")
    In your query, you can then reference the value like so:
    where yourColumn in (@<your param name>)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to input logo with REUSE_ALV_GRID_COMMENTARY_SET

    HEllo guys,
    Im facing a problem,
    Im trying to include a logo in my TOP_EVENT, but i don't know what do i need to do.
    I have this call,
    CALL FUNCTION 'REUSE_ALV_GRID_COMMENTARY_SET'
         EXPORTING
           document = dg_dyndoc_id
           bottom   = space
         IMPORTING
           length   = dl_length.
    But i couldn't find the method to include the logo in dg_dyndoc_id.
    Anybody could help me?
    Thanks,
    Lucas Antoni.

    Hi Lucas,
    Use the method
    CALL METHOD o_dyndoc_id->add_picture
        EXPORTING
          picture_id
          ='ENJOYSAP_LOGO'.
    Please refer following code for your reference.
    DATA: it_flight TYPE TABLE OF sflight.
    DATA: ok_code LIKE sy-ucomm, save_ok LIKE sy-ucomm.
    DATA:  g_container TYPE scrfname VALUE 'CONTROL',
           o_dyndoc_id  TYPE REF TO cl_dd_document,
           o_splitter   TYPE REF TO cl_gui_splitter_container,
           o_parent_grid TYPE REF TO cl_gui_container,
           o_parent_top TYPE REF TO cl_gui_container,
           o_html_cntrl TYPE REF TO cl_gui_html_viewer.
    *       CLASS LCL_EVENT_HANDLER DEFINITION
    CLASS lcl_event_handler DEFINITION .
      PUBLIC SECTION .
        METHODS:
    *Event Handler for Top of page
         top_of_page FOR EVENT top_of_page  OF cl_gui_alv_grid
         IMPORTING e_dyndoc_id.
    ENDCLASS.                    "LCL_EVENT_HANDLER DEFINITION
    "lcl_event_handler DEFINITION
    *       CLASS LCL_EVENT_HANDLER IMPLEMENTATION
    CLASS lcl_event_handler IMPLEMENTATION.
      METHOD top_of_page.
    * Top-of-page event
        PERFORM event_top_of_page USING o_dyndoc_id.
      ENDMETHOD.                            "top_of_page
    ENDCLASS.                    "LCL_EVENT_HANDLER DEFINITION
    *LCL_EVENT_HANDLER IMPLEMENTATION
    DATA: g_custom_container TYPE REF TO cl_gui_custom_container,
          g_handler TYPE REF TO lcl_event_handler.
    "handler
    START-OF-SELECTION.
      SELECT * FROM sflight UP TO 20 ROWS INTO TABLE it_flight.
    END-OF-SELECTION.
      IF NOT it_flight[] IS INITIAL.
        CALL SCREEN 100.
      ELSE.
        MESSAGE  'NO DATA FOR THE SELECTION' TYPE 'I'.
      ENDIF.
    *  MODULE STATUS_0100 OUTPUT
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'STATUS'.
      SET TITLEBAR 'TITLE'.
      IF g_custom_container IS INITIAL.
        PERFORM create_and_init_alv.
      ENDIF.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *  MODULE USER_COMMAND_0100 INPUT
    MODULE user_command_0100 INPUT.
      CASE sy-ucomm.
        WHEN 'BACK'.
          LEAVE TO SCREEN 0.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Form  CREATE_AND_INIT_ALV
    *       text
    FORM create_and_init_alv .
      DATA: g_grid TYPE REF TO cl_gui_alv_grid.
      CREATE OBJECT g_custom_container
        EXPORTING
          container_name = g_container.
    * create top-document
      CREATE OBJECT o_dyndoc_id
        EXPORTING
          style = 'ALV_GRID'.
    * create splitter for custom_container
      CREATE OBJECT o_splitter
        EXPORTING
          parent  = g_custom_container
          rows    = 2
          columns = 1.
      CALL METHOD o_splitter->get_container
        EXPORTING
          row       = 1
          column    = 1
        RECEIVING
          container = o_parent_top.
      CALL METHOD o_splitter->get_container
        EXPORTING
          row       = 2
          column    = 1
        RECEIVING
          container = o_parent_grid.
    * set height for g_parent_html
      CALL METHOD o_splitter->set_row_height
        EXPORTING
          id     = 1
          height = 5.
      CREATE OBJECT g_grid
        EXPORTING
          i_parent = o_parent_grid.
      CREATE OBJECT g_handler.
      SET HANDLER g_handler->top_of_page FOR g_grid.
    *calling the method for alv output
      CALL METHOD g_grid->set_table_for_first_display
        EXPORTING
          i_structure_name = 'SFLIGHT'
        CHANGING
          it_outtab        = it_flight[].
      CALL METHOD o_dyndoc_id->initialize_document
        EXPORTING
          background_color = cl_dd_area=>col_textarea.
    * processing events
      CALL METHOD g_grid->list_processing_events
        EXPORTING
          i_event_name = 'TOP_OF_PAGE'
          i_dyndoc_id  = o_dyndoc_id.
    ENDFORM.                    "CREATE_AND_INIT_ALV
    "CREATE_AND_INIT_ALV
    *&      Form  EVENT_TOP_OF_PAGE
    *       text
    *      -->DG_DYNDOC_ID  text
    FORM event_top_of_page USING   dg_dyndoc_id TYPE REF TO cl_dd_document.
      DATA : dl_text(255) TYPE c.
      "Text
      CALL METHOD dg_dyndoc_id->add_text
        EXPORTING
          text         = 'Flight Details'
          sap_style    = cl_dd_area=>heading
          sap_fontsize = cl_dd_area=>large
          sap_color    = cl_dd_area=>list_heading_int.
      CALL METHOD dg_dyndoc_id->add_gap
        EXPORTING
          width = 200.
      CALL METHOD o_dyndoc_id->add_picture
        EXPORTING
          picture_id
          ='ENJOYSAP_LOGO'.
    * add new-line
      CALL METHOD dg_dyndoc_id->new_line.
      CALL METHOD dg_dyndoc_id->new_line.
      CLEAR : dl_text.
    * program id
      dl_text = 'Program Name :'.
      CALL METHOD dg_dyndoc_id->add_gap.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_heading_int.
      CLEAR dl_text.
      dl_text = sy-repid.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * add new-line
      CALL METHOD dg_dyndoc_id->new_line.
      CLEAR : dl_text.
      CLEAR : dl_text.
    * program id
      dl_text = 'User Name :'.
      CALL METHOD dg_dyndoc_id->add_gap.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_heading_int.
      CLEAR dl_text.
      dl_text = sy-uname.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * add new-line
      CALL METHOD dg_dyndoc_id->new_line.
      CLEAR : dl_text.
    * run date
      dl_text = 'Run Date :'.
      CALL METHOD dg_dyndoc_id->add_gap.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_heading_int.
      CLEAR dl_text.
    * move date
      WRITE sy-datum TO dl_text.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * add new-line
      CALL METHOD dg_dyndoc_id->new_line.
      CLEAR : dl_text.
    *timedl_text = 'Time :'.
      CALL METHOD dg_dyndoc_id->add_gap.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_heading_int.
      CLEAR dl_text.
    * move time
      WRITE sy-uzeit TO dl_text.
      CALL METHOD o_dyndoc_id->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * add new-line
      CALL METHOD dg_dyndoc_id->new_line.
      PERFORM display.
    ENDFORM.                    " EVENT_TOP_OF_PAGE
    *&      Form  DISPLAY
    *       text
    FORM display.
    *creating html control
      IF o_html_cntrl IS INITIAL.
        CREATE OBJECT o_html_cntrl
          EXPORTING
            parent = o_parent_top.
      ENDIF.
      CALL METHOD o_dyndoc_id->merge_document.
      o_dyndoc_id->html_control = o_html_cntrl.
    * display document
      CALL METHOD o_dyndoc_id->display_document
        EXPORTING
          reuse_control      = 'X'
          parent             = o_parent_top
        EXCEPTIONS
          html_display_error = 1.
      IF sy-subrc NE 0.
        MESSAGE  'Error in displaying top-of-page' TYPE 'I'.
      ENDIF.
    ENDFORM.                    " display
    Regards,
    Gurunath D

  • How to put value in Ring

    I forgot how to input value into ring control. Could anyone tell me how?

    Programatically: Create a property node (right-click on the control) and select the Strings property. Write an array with all the names of the values to that property. If you need to update the item list often try holding the current array in a shift-register instead of reading the current one back using a read property...
    Manually: Right-click on the control and select add Item...
    MTO

  • If a  class method exporting a value with the generic type 'data'.

    Then how can I get the information?
    For exmple.
    cl_my_clss->get_value( exporting ev_data = .... ) .
    ev_data is a type of data.
    I can not use DATA : lv_mine type data. because generic data should be used in formal parameter, however , if I use a field symbol, how to assign value with out knowing the data type?
    Best regards,

    Hi Blake,
    As per my understanding,
    You are getting the data type from the database table....
    You want to use the same data type....
    Lets say for example:
    You have a db table x with field y having data type Z.
    What you do is that, while declaring the data type for the attribute in the method use the reference as table_name-field_name(x-y).
    Or....
    use ANY. This will give you a chance to map any field type to this method....
    Note: Using ANY will limit the syntax that you can use within the method......
    Regards,
    Kunjal

  • Any other procedure for inputing values

    hi everybody,
    how to input values via screens in to database other than BDC procedure?
    how to print values of basic list which r get stored in hide command in next secondary list?

    Hi,
    Raja
    welcome to community,
    other than BDC u can use session method or Direct Input method to insert values into database
    u can retrive directly the values tht r stored by using tht HIDE command
    u can write loop at and u can retrive tht values
    if helpfull please reward
    feel free to ask any quiries
    my mail id is [email protected]

  • How to read the 'Input help with fixed values' of domain .

    How to read the 'Input help with fixed values' of domain .
    The domain has a Value range i want to read those values .
    Are these values stored in any table ?
    Plz help me i need it ver badly...
    Thanks in Advance...

    Hi Chandra Shekhar,
    To read the 'Input help with fixed values' of domain , you can use the function module : HR_P_GET_FIXED_VALUE_TEXT.
    iIf you enter the domain name, you will find the fixed values entered in the domain.
    These values are stored in a table DD07L(DD zero 7 L). Here the values are stored based on domain name.
    See if it works for you.
    Award points if its helpful.
    Regards,
    Bhanu

Maybe you are looking for

  • How to log successful logins to a syslog server in NX-OS

    Does anyone know how to do this in NX-OS?  I do it in IOS with the following commands: login on-failure log login on-success log logging x.x.x.x With that I get a syslog message that I can then log to a file to track who has logged into which device

  • Files opening in unreadable code need help urgently please

    When I was given my new Toshiba laptop as a gift in 2007 Microsoft Office with Word and Excel etc were already set up so I do not have any discs or keycodes. .Being a senior person, it is also possible that my son who gifted it to me may have install

  • Is there an official "how to revert to itunes 10" guide anywhere???

    Is there a guide somewhere for removing itunes 11 and getting itunes 10 back without losing all my metadata? I have looked around and found some for Mac users, but not for a pc user. Appreciate the help. For those who care, the following are some of

  • Difference in report f.01 and total depreciation report S_ALR87012004

    Hi all, Could you please find that the difference in the above report is due to direct jv passed by the user, then how to correct it without disturbing the other balance. Or else what are the possibility of the difference other then jv entry in repor

  • Iphoto not working with upgrade and updated after Yosemite update

    We updated to Yosemite last night and this morning I found I can not open my iPhoto.  We had a very old version that cost to update so I decided to wait, well when I saw there was a free update I did that, then it said To open your library with this