Measurement value is not getting displayed

i wrote the following code for my bdc.i want to check whether my flat file data got uploaded into my internal table.all field values are getting displayed in the output
except measurement(field-meins).plz help
report Z_PP_BDC1
       no standard page heading line-size 255.
*REQUEST NO.:DEVK903710
*& Table Declaration
TABLES : IBIPPARMS,RC29P.
*& Types
TYPES : BEGIN OF TY_ITAB,
        MATNR TYPE MATNR, "MATERIAL NO
        WERKS TYPE WERKS, "PLANT
        STLAN TYPE STLAN,  "BOM USAGE
        DATUV  TYPE DATUV, "VALID DATE
        BMENG TYPE BDC_FVAL, "BASE QUANTITY
        IDNRK TYPE IDNRK, "COMPONENT
        MENGE TYPE  BDC_FVAL, "QUANTITY
        MEINS TYPE MEINS, "UNIT
        POSTP TYPE POSTP, "ITEM CATEGORY
        END OF TY_ITAB.
TYPES : BEGIN OF TY_ITAB1,
        SYTABIX TYPE SY-TABIX,
        MATNR TYPE MATNR, "MATERIAL NO
        WERKS TYPE WERKS, "PLANT
        STLAN TYPE STLAN,  "BOM USAGE
        DATUV  TYPE DATUV, "VALID DATE
        BMENG TYPE BDC_FVAL, "BASE QUANTITY
        IDNRK TYPE IDNRK, "COMPONENT
        MENGE TYPE  BDC_FVAL, "QUANTITY
        MEINS TYPE MEINS, "UNIT
        POSTP TYPE POSTP, "ITEM CATEGORY
        MSEG TYPE CHAR128,
        END OF TY_ITAB1.
*&        Internal Tables Declaration
DATA : IT_ITAB TYPE TABLE OF TY_ITAB WITH HEADER LINE,
       IT_BDCDATA TYPE TABLE OF BDCDATA WITH HEADER LINE,
      IT_BDCMSGCOLL TYPE TABLE OF BDCMSGCOLL WITH HEADER LINE,
        IT1_ITAB TYPE TABLE OF TY_ITAB1 WITH HEADER LINE,
       IT_ERROR  TYPE TABLE OF TY_ITAB1 WITH HEADER LINE.
*& DATA Declaration
DATA : P_FILE1 TYPE STRING ,"FILE NAME
       V_LINES TYPE I,
       FNAM(20) TYPE C,
       V_MSG  TYPE CHAR_132,
       V_SUC_CNT TYPE INT2,
       TABIX TYPE I,
       IDX TYPE C.
*& SELECTION-SCREEN DECLARATION
SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
PARAMETERS : P_FILE TYPE LOCALFILE OBLIGATORY."FILE NAME
SELECTION-SCREEN END OF BLOCK B1 .
AT-SELECTION-SCREEN DECALRATION                                     *
AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
  clear : P_FILE.
  CALL FUNCTION 'F4_FILENAME'
    EXPORTING
      PROGRAM_NAME  = SYST-CPROG
      DYNPRO_NUMBER = SYST-DYNNR
    IMPORTING
      FILE_NAME     = P_FILE.
IF P_FILE IS NOT INITIAL.
VALIDATE FILE TYPE
PERFORM SUB_VALIDATE_txt_TYPE.
ENDIF.
START-OF-SELECTION
start-of-selection.
perform upload.
perform bdc.
*&      Form  upload
      text
-->  p1        text
<--  p2        text
*FORM upload .
  clear : P_FILE1.
  P_FILE1 = P_FILE.
CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
      FILENAME                = P_FILE1
      FILETYPE                = 'ASC'
      HAS_FIELD_SEPARATOR     = 'X'
    TABLES
      DATA_TAB                = IT_ITAB
    EXCEPTIONS
      FILE_OPEN_ERROR         = 1
      FILE_READ_ERROR         = 2
      NO_BATCH                = 3
      GUI_REFUSE_FILETRANSFER = 4
      INVALID_TYPE            = 5
      NO_AUTHORITY            = 6
      UNKNOWN_ERROR           = 7
      BAD_DATA_FORMAT         = 8
      HEADER_NOT_ALLOWED      = 9
      SEPARATOR_NOT_ALLOWED   = 10
      HEADER_TOO_LONG         = 11
      UNKNOWN_DP_ERROR        = 12
      ACCESS_DENIED           = 13
      DP_OUT_OF_MEMORY        = 14
      DISK_FULL               = 15
      DP_TIMEOUT              = 16
      OTHERS                  = 17.
  IF SY-SUBRC <> 0.
  endif.
*LOOP AT IT_ITAB.
*WRITE : / IT_ITAB-MATNR,
          IT_ITAB-WERKS,
          IT_ITAB-STLAN, 
          IT_ITAB-DATUV,
         IT_ITAB-BMENG,
          IT_ITAB-IDNRK,
           IT_ITAB-MENGE,
          IT_ITAB-MEINS,
          IT_ITAB-POSTP.
*ENDLOOP.

Hello,
I have not understood the problem....Is this regarding the conversion exit... you can use function modules:
CONVERSION_EXIT_CUNIT_OUTPUT to display the UoM in the appropriate logon language if you have data directly from SAP database.
Best Regards, Murugesh AS

Similar Messages

  • Default Value is not getting displayed in SUN ONE Ldap

    Hello,
    I have created an attribute in slapd.user_at.conf and it is associated in slapd.user_oc.conf.
    The attribute default value is given through SUN ONE Console. But, In our application the default value is not getting displayed.
    We need the default value to run our applicatin. Can anyone help me for this issue
    Regards,
    K. Senthil Kumar

    Hi anandkumar,
    I belive this issue can be resolved by changing the  Query proprties for the perticular field.
    Kindly check the Field proerties in query designer and ensure that Text is enabled ather than Key.
    __Field property check up:__Go to query designer->click onn the field-> Right hand side in properties click on display tab-> select Text in drop down menu of Display as tab.
    FURTHER CHECK UP: check the master data avaiulability for the perticular info object, if masterdata is not available, do the text data for txt data availability in report level.
    Hope this helps you!!
    Best Regards,
    Maruthi

  • Values are not getting displayed in screen

    Hi Experts,
    I have used BAPI_CHARACT_CREATE to upload characteristics(t-code: ct04),
    All data are uploaded into the Master Table, while changing the same in t-code ct04 the Value and Description is not getting displayed in screen( in Table control).
    NOTE: If i use BAPI_CHARACT_GETDETAIL to get the details of a character i am getting all the values which i have uploaded. (But not in the t-code ct04).
    BDC and LSMW is not working for this t-code.
    Please help me out.
    Thanks and Regards,
    LOGU

    Hi,
    i think you have not released the objects to repository. test and try again..
    thanks
    karthik

  • SUN ONE Ldap - Default value is not getting displayed

    Hello,
    I have created an attribute in slapd.user_at.conf and it is associated in slapd.user_oc.conf.
    The default value for the attribute has been given in the SUN ONE Ldap. But it is not getting displayed in our application.
    Can any one help me in this for this issue.
    Regards,
    K. Senthil Kumar

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • Text value is not getting displayed in Query designer !!

    Dear experts..,
    i have created a new query in query designer using my info provider and then selected one field in default value and then trying to restrict that particular field while selecting the restriction in query designer am getting the exact text value but after generating the report instead of text value , key value is getting displayed....so how can i get text instead of key value??
    please help me friends....
    i have posted in OSS mesage also...i got a reply like...even i didnt understand his reply too...what he is trying to say?
    whether can i get text display or not???
    can any one help me in this regard???
    SAP Reply----
    Hello kumar,
    After another analysis I have to inform you about general concept of
    "compounded characteristics".
    A compounded characteristic bounds two characteristics. The technical
    name is generated by both technical names of the two characteristics
    combined by two underlines "__".
    An individual text is only available for one single combination of both
    characteristics.
    Example:
    =======
    Compounded characteristic "Famous family name" is a combination of
    characteristic "COUNTRY" & "ETHNIC". Technical name: COUNTRY__ETHNIC
    Values for Country: USA, Australia
    Values for Ethnic: Asian, Latino
    Possible value combinations with individual text:
    USA & Asian; text: "Ling"
    USA & Latino; text: "Sanchez"
    Australia & Asian; text: "Chu"
    Australia & Latino; text: "Garcia"
    (Keep in mind the individual text only valid for the specific
    combination.)
    In analogy to the issue that you reported, you want to restrict this
    compounded characteristic. In the window where you select the restrictedvalue (called Selector) you'll see on the left hand side all available
    combinations of the characters with an individual text.
    You select family name "Chu" and drag'n'drop it to the right side.
    Actually you can only restrict the right compounded characteristic. In
    our example you would restrict on characteristic "ETHNIC" with value
    "Asian". (When you switch on technical names this comes more clear). Thetext "Chu" is displayed in the context of Selector because you selected
    value combination Australia & Asian. But in the end it's just a
    placeholder(!) for any combination of characteristic "ETHNIC" and value
    #Asian#; in our example it could be USA & Asian "Ling" or Australia &
    Asian "Chu").
    By leaving the Selector the individual text is gone because now the
    context is lost between the two characteristics. You have just a
    restriction on characteristic "ETHNIC" with value "Asian". An individualtext can't be displayed because the compounded characteristic is not
    specified for this restriction.
    You're right, it is confusing when "loosing" the text of a restriction.
    But accoring to the concepts of the compounded characteristics it
    is a correct behavior.

    Hi anandkumar,
    I belive this issue can be resolved by changing the  Query proprties for the perticular field.
    Kindly check the Field proerties in query designer and ensure that Text is enabled ather than Key.
    __Field property check up:__Go to query designer->click onn the field-> Right hand side in properties click on display tab-> select Text in drop down menu of Display as tab.
    FURTHER CHECK UP: check the master data avaiulability for the perticular info object, if masterdata is not available, do the text data for txt data availability in report level.
    Hope this helps you!!
    Best Regards,
    Maruthi

  • In eRecruitment - Application wizard F4 Values are not getting displayed.

    Hi,
    I have created a seperate process template for MBA candidates (external) as per client requirement and in the Vacancy req.when the process template is selected the application wizard is getting displayed ( which has been defined according to new requirement). But in the Application wizard for e.g.:
    In Education Questionnaire for MBA candidates: It is not displaying Start date/End date /Country/Region/City ( F4Value to select).It only displays:
    Start Date*
    End date*
    Country*
    Region*
    City*
    The same is getting displayed in Work Exeprience ( I am unable to get the F4 entries - where the candidate can select from the entries displayed)
    Is there any role needs to be changed or any other configuration missed by me to get those F4 entries?
    Regards,
    Selva

    Hi,
    I have solved this issue.
    Selva

  • Default Pulldown value is not getting displayed on upper form of Second step of Unifier Workflow

    Hi,
    I'm new to Unifier and facing one issue while using the PullDown field on Upper. If I use the Pull down field with Default option selected in DataDefination on Upper form of Workflow's first step then it works fine, whereas if I use it on upper form of workflow's second step or any other step apart from first then it doesn't displayed. Please let me know how can i get the default value on upper form of any step.
    Thanks in advance.
    Abhishek@

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • IT0185 Field value is not getting displayed on the Payslip

    Hi Friends,
    I have the similar issue of this post as Unable to View the IT0185 Subtype National Ins# (ICNUM) in Payslip.
    Little confused with PE51_CheckTab entries and other stuff.
    Could anybody please suggest as to how to resolve this?
    thanks in advance.

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • Values not getting displayed for members which doesnt have parents

    Hi
    I created a product dimension with 4 levels .For members which doesnt have parents,data is not getting displayed in JavaClient.
    The values for members which doesnt have parents are getting displayed in the view created for the measures which are dimensioned by Product .I mapped the same view in the CWM2 work space ,but value is not getting displayed for members which doesnt have parents ,but values are getting displayed for members which have parents for measures.
    Is it a bug , we were able to do it in Express ..
    Can anybody help us in doing this.??
    Thnx in Advance......

    Hi,
    This assumes that the members which do not have parents are mapped to the top level in the hierarchy. If they are at a level below the top level then they are not part of the hierarchy and therefore would not be displayed. So this sounds like expected behaviour.
    Hope this helps
    BI Beans PM Team
    Oracle

  • Statistical condition types not getting displayed in invoice

    We  have configured the tax collected at source (TCS) condition types and make them as statistical in the pricing procedure. Now, the issue is when we are using them the values for these condition types are getting calculated correctly as the total value is correct but in the invoice their individual values are not getting displayed.
    In the analysis also we can see that the condition records are found but being statistical condition they should get displayed in the invoice as only the correct total value will not serve the purpose, please help
    Thanks & regards
    Puneet Agrawal

    Hi
    Keep a break-point (hard) in these program lines and debug and see that whether the condition type(KSCHL) related to Taxes is appearing here or not.
    If the condition type for taxes is coming then you can print the taxes.
    First check the related condition type for Taxes in T685 table and see here in the code.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Quantity field not getting displayed

    Hi,
    I am using Adaptived RFC Model to get Sales Order Data from SAP. The Sales Order BAPI that i am using is
    BAPI_SALESORDER_DETAIL. I have mapped the SALESORDER table(SALESOPRDER Model node) to the TABLE UI element in my WebDynpro Application.
    The problem i am facing is that while all the fields get displayed the Quantity value is not getting displayed in the appropriate column. I have checked the mapping and everything seems to be fine.
    Also when i create a separate value node for the table and fill the value node from the model node the quantity value gets displayed then.
    Please suggest what can be the possible cause for this.
    Regards
    Sidharth
    Can you please

    Hi,
    As far as I understand you display output parameters of BAPI, so check to following things:
    1. After calling BAPI model method call invalidate on context node to update the values (e.g. outputNode.invalidaet() )
    2. Check that you dispaly output parameters and not input parameters of the table. (e.g. You have Quantity and QuantityOutput node so connect you table field to QuantityOutput)
    Hope it helps.
    Victor.

  • F4IF_INT_TABLE_VALUE_REQUEST -Values aren't getting displayed in return tab

    Hi,
    The issue is that the values are not getting displayed in  lt_return(table which i declared).
    Please find the code below.Is there anything to do with POSITION field in DFIES table?When i press F4 the popup is coming but im unable to see any values in it.Please help? When we  are not declaring DFIES we are seeing values of HIENM but not in the column of HIENM but HIED(which is the first column of RSHIEDIR).When we are declaring dfies,we are able to see only one column(HIENM) but no values in it.
    TYPES:   BEGIN OF ty_hrname, 
                      hienm TYPE rshiedir-hienm, 
                    END OF ty_hrname.
    data : i_valhrname     TYPE TABLE OF ty_hrname ,
               lt_dfies TYPE TABLE OF dfies,
            lw_dfies TYPE dfies.
      SELECT hienm FROM rshiedir INTO CORRESPONDING FIELDS OF TABLE i_valhrname
           WHERE objvers EQ 'A' AND iobjnm EQ '0COMP_CODE'.
    lw_dfies-dynpfld    = 'X'.
        lw_dfies-tabname    = 'RSHIEDIR'.
        lw_dfies-fieldname  = 'HIENM'.
    APPEND  lw_dfies to lt_dfies.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            ddic_structure  = 'RSHIEDIR'
            retfield        =  'HIENM'
            dynpprog        =  sy-cprog
            dynpnr          =  sy-dynnr
           dynprofield     = 'W_TEMPWA-TCTHIENM'
            value_org       = 'S'
          TABLES
            value_tab       = i_valhrname
            field_tab       = lt_dfies
            return_tab      = lt_return
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.  " sy-subrc
    Regards,
    K Srinivas

    Hi
    Try this link.
    [Re: Search Help in ALV Editable Field]
    Regards
    Hareesh

  • Adobe field values not getting displayed in UWL workitem

    Hi,
    We filled a ISR Adobe form and submitted it and generated the corresponding notification number.
    On clickng the 'display and print form', the form is gettin displayed properly.
    But on checking the form at the approvers UWL, the field values are not getting properly filled.
    The form is getting properly displayed at R/3  through IQS22 and also the data values are properly attached to the notification number( checked through ISR_PROCESS_EVENT ).
    Kindly help.
    Thanks and Regards,
    Anto.

    Thanks for publishing your own solution!
    Cheers,
    Noë

  • First Cell value in the first row of the structure not getting displayed

    Hi Friends,
                     We've got one structure at rows level, there as per our requirement i've taken around 12 "New Selections", that's ok i'm getting everthing fine, but whatever the new selection i put on the top of that structure in that, the First Cell Value for the first column not getting displayed...
                       I'm really wondering, this is the first time that i'm facing this kind of problem... what might be the reason & what is the solution for that...
    just awaiting for your inputs...
    Regards,
    Balaji Reddy K.

    There is no declarative way to do this as the table rows are stamped. This means there is no way to can access a value like (row+1).attributename
    So there is some coding needed. Check http://lucbors.blogspot.de/2012/02/adf-11g-fancy-master-detail-or-how-to.html and http://lucbors.blogspot.de/2012/02/adf-11g-even-fancier-multi-master-multi.html which might help you to implement your case.
    Timo

  • Data is not getting displayed in the report from an Infoset.

    Hi All,
    I am having a report  based on an infoset. This report is displaying the data in the Dev. envmt. When it is transported to the QA, it is not displaying the data in the BEx as well as RSRT, in the QA envmt. The patch levels of both the Dev. and QA are the same. The Queries are same in the Dev and QA also.
    While trying to display the data from the infoset (rt.click- display data), i am able to view the data, in the QA.
    Could anyone please suggest why the data is not getting displayed in the query designer.
    Thanks & Regards,
    A.V.N.Rao

    Hi Ashish,
    I ran the "ZPS/!ZPS" in RSRT where ZPS is the infoset name. In Dev, it displayed the values. In QA, it displayed the below messages:
    ECharacteristic 0TCAKYFNM does not exist. Check authorizations
    WThere are calculated elements. These results are bracketed [  ]
    and below that, it displayed the values for Number of records. But, it has not displayed the values for the other figures.
    Does this has any impact in QA.
    Thanks & Regards,
    AVN Rao.

Maybe you are looking for

  • HELP!  JOB ON THE LINE-  Need to import fields from one document to another document

    In a nutshell I have a set of documents and we now have a new structure for those documents. Either I have to cut and paste all the data from one to another or figure out how to import fields to another document. I have two documents. Both are differ

  • Can two Iphones have the same account/email address?

    Can two iphones have the same account/email address? I bought two phones-one for my wife and the other for myself. They are both under the same account /itunes account /email address-Would this cause a conflict with the two phones?

  • Itunes Store Error recieved when trying to access

    Upod opening iTunes, I can browes through my media library, and other functions of iTunes, but the moment I click iTunes Store, It attempts to access, and then i get this error; Microsoft Visual C++ Runetime Library Program: D:\Program Files\iTunes\i

  • Open a bunch of .au files and tracks (project for university)

    Hello guys, at first, forgive my total noobishnes but I have no idea who to ask. So, we have a project to create a short audio book (~20min) over at my university. A guy recorded the 4 tracks at our "media lab" with Final Cut Pro and exported them to

  • Report by users

    Hi all, we need to see, how many times a particular queiry get executes in span of 5 months for reporting purpose. i.e where to get proper information. its urgent. thanks & regards pushkar