U_MENGE field in structure RFPOSXEXT

Hi
We are upgrading from SAP 4.6C to 4.7.
While testing we found that, in report FBL3N Quantity field is missing.
After investigating we found that the structure RFPOSXEXT which was having field U_MENGE in version 4.6c is not having the same in version 4.7
Is this something which SAP has removed in 4.7? or we are missing some settings/configurations.
Best regards,
Amit Patel

Hi,
Check if this note is helpful : 215798.  There is a mention about the U* fields.
Cheers,
Gimmo

Similar Messages

  • How to append fields to the structure rfposxext........

    hi all,
    i have to append one field i.e.
    Credit Representative Group: (Table: KNKK; Field Name: SBGRP)to the standard structure 'rfposxext'.
    can anybody suggest me,how to do it?
    thanx in advance.

    Hi,
    Are you talking Web Dynpro? There is a seperate forum for that.
    If you are, I believe it is not possible to change structures that you import as a model. (standard structure?)
    You can create your own custom structure that contains the model structure + the field you require.
    I hope it makes sense.
    Good luck!
    Roelof

  • Table field and structure field

    Hi ,
    I am working on an user exit.
    I have to update a field on the transaction screen DFBATCH-MHD_IO (DFBATCH is a struture).
    Now the same field is defined in table MARA-VFDAT (MARA is a table).
    Now in the user exit function module I have written a code which will update the table field MARA-VFDAT.
    So will the structure field also gets updated automatically since that structure field is same as the table field (only name is different) or I have to explicitly equate table field to structure field.
    Raghu.

    How do you know that DFBATCH-MHD_IO is tied to MARA-VFDAT.   Is there a line of code in the transaction like this.
    MARA-VFDAT = DFBATCH-MHD_IO. 
    or
    DFBATCH-MHD_IO = MARA-VFDAT. 
    If you are updating MARA-VFDAT from your userexit, and the existing code in the transaction is filling the DFBATCH-MHD_IO from MARA-VFDAT,  then no you shouldn't need to fill it.
    Regards,
    Rich Heilman

  • Add field from structure maintanace option for datasource in LBWE (BI 7)

    Hi,
    while i try to add extra field (transaction:LBWE for data source(ex 2lis_02_itm)) from structure maintance option to add field from structure(MCEKKO) to res data source(MC02M_0ITM) , than it moves to left side but when make enter message comes that it will not populated in extrect structure(i.e in MC02M_0ITM OR RSA2),
    but when we try to add extra field not by structure maintanace option in LBWE but form append structure option from that structure MC02M_0ITM ( that field is not in that maintanace option in LBWE) than it comes in that structure MC02M_0ITM and also can see in RSA2.
    Than how can we use that structure maintanace option avialble for the res. data source in LBWE?
    Best regards,
    dushyant.

    It solved automaticaly,
    yes later i got that error entry still exit whic solved by deleting setup table and than try,
    thanks.
    one another problem: when i try to activate 0order_quan key figure for cube 0pur_c01 for data source 2lis_02_itm at update rulen by assignig source field for that key figure , i am unable to activate - its remain in warning symbol only and getting further message while check that Target unit and source unit for key figure Order quantity are different.
    Best Regards,
    dushyant.

  • DIFF: Field string ,Structure and Internal table declaration

    Hai,
           what is the diference between  Field string ,Structure in ABAP program and Internal table declaration and how it will work ?
    Thank you
    ASHOK KUMAR.

    hi,
    Look this u will get a good idea.
    *& Report  ZTYPES                                                      *
    REPORT  ZTYPES                                                  .
    * Table declaration (old method)
    DATA: BEGIN OF tab_ekpo OCCURS 0,             "itab with header line
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
    END OF tab_ekpo.
    *Table declaration (new method)     "USE THIS WAY!!!
    TYPES: BEGIN OF t_ekpo,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
    END OF t_ekpo.
    DATA: it_ekpo TYPE STANDARD TABLE OF t_ekpo INITIAL SIZE 0,      "itab
          wa_ekpo TYPE t_ekpo.                    "work area (header line)
    * Build internal table and work area from existing internal table
    DATA: it_datatab LIKE tab_ekpo OCCURS 0,      "old method
          wa_datatab LIKE LINE OF tab_ekpo.
    * Build internal table and work area from existing internal table,
    * adding additional fields
    TYPES: BEGIN OF t_repdata.
            INCLUDE STRUCTURE tab_ekpo.  "could include EKKO table itself!!
    TYPES: bukrs  TYPE ekpo-werks,
           bstyp  TYPE ekpo-bukrs.
    TYPES: END OF t_repdata.
    DATA: it_repdata TYPE STANDARD TABLE OF t_repdata INITIAL SIZE 0,   "itab
          wa_repdata TYPE t_repdata.                 "work area (header line)
    Regards
    Reshma

  • Adding Form Fields to Structure

    I am working with Adobe Acrobat Pro v9 with a PowerPoint document that I converted to a PDF.  I'm working on making it accessible.  It is a simple course certificate with one form field, a text box that the user simply types their name in.  When I run Accessibility: Full Check I get one error message relating to adding form fields to structure.
    It says I need to choose Adanced Accessibility: Add Form Fields to PDF Tags.  When I do that and run the Full Check again, I continue to get the same message.
    Am I missing a step?  Or is there anything else I need to do?
    Thanks!

    Just some nattering here, but -
    After any edits/changes save the PDF before running Full Checker again.
    Open the Tags panel, expand the structure tree, from the Options menu turn on Highlight Content.
    Walk down the tree. Look for <Form>.
    From the Options menu (for the Tags panel) use "Find".
    Look for Unmarked Annotations.
    Note that "Run Form Field Recognition" will add <Form> to the structure tree.
    However, the OBJR beneath it is "generic" and not "your" form field.
    For this situation you'd have to add yours (use Find - the dialog has a button to permit tagging an item).
    Once the form field annotation is "in" the structure tree you'll want to ensure it is positioned appropriately; in context of the page's logical hierarchy.
    Be well...

  • Electronic bank statement MT940 format (field 86 structured)

    Hi guru
    I receive from UBS bank an EBS in MT940 format.
    With trx FF_5 I need to import with format 'S' (MT940 field 86 structured).
    While import the error message 'Data lenght error in record 86' is displayed and I can't import the file.
    But If I change the import format from 'S' to 'I' (MT940 field 86 unstructured)  the import works.
    Somebody has an idea how I can always import with the same fomat?
    Thank you in advance
    Tiziano

    Hi
    thank for your answer.
    I open a case to SAP because is a technical problem with the bank file.
    Tiziano

  • EBS with MT940 format field 86 structure - the details of remitter

    Dear Sap guru,
    I am starting configuration for EBS with MT940 format field 86 structured. I have got the format from Deutsche bank.
    My problem is how to configure a search string to search within field 86 for Bank code of remitter (?30) and account number of remitter (?31). The search string appears to search the details of payment information (?20Bis?29) only.
    Could any of you provide your expertise on this so that EBS will pick up the remitter information ?
    Kind regards
    taro

    The field ?30 is stored in FEBEP-PABLZ.
    When the field ?31 contains an IBAN, it is stored in FEBEP-PIBAN (and the corresponding BBAN is stored in FEBEP-PAKTO); in the other cases it is stored in FEBEP-PAKTO.
    You should use these fields in a user exit.
    (Source: program RFEKA400:)
          WHEN '30'.
    *       BLZ   Auftraggeber/Zahlungsempfänger
            MOVE HEAD_2 TO XFEBEP-PABLZ.
          WHEN '31'.
    *       Konto Auftraggeber/Zahlungsempfänger
            CALL FUNCTION 'FUNCTION_EXISTS'                   "start n969358
              EXPORTING
                funcname = 'SEARCH_FOR_IBAN'
              EXCEPTIONS
                others   = 1.
            IF sy-subrc = 0.
              CALL FUNCTION 'SEARCH_FOR_IBAN'
                EXPORTING
                  i_string = head_2
                IMPORTING
    *              e_tiban  = l_tiban
                  e_subrc  = l_subrc.
              IF l_subrc = 1. "not an IBAN
                MOVE HEAD_2 TO XFEBEP-PAKTO.
              ELSE.
                MOVE HEAD_2 TO XFEBEP-PIBAN.
              ENDIF.
            ELSE.
              MOVE HEAD_2 TO XFEBEP-PAKTO.
            ENDIF.                                              "end n969358

  • How to get u00BBshort descriptionu00AB  field in structure u00BBBAPIDFKKCLu00AB in local la

    Hello
    I wander how to get »short description«  field in structure »BAPIDFKKCL« in local language »SK«(Slovakia).
    In SMLT transaction I tried several combination of supplementing Language »SK« (with »EN«) none with success. 
    What do you propose? Which combination of parameters in SMLT for substitution do you propose?

    Hi jan Bo ,
        Did you check the option expert mode:
        If you want to supplement a more precise selection of tables, application tables, for example, use the expert mode of the language supplementation program.
    Proceed as follows:
    1. Choose the following for the language that you want to supplement: Language u2192 Special Actions u2192 Supplementation (Expert).
    2. On the next screen, enter a description of your supplementation. This helps you to recognize the supplementation you have started in the transaction SMLT overview.
    3. In the center of the dialog box, you can specify conditions for selecting the tables you want to supplement. These fields are set with SAP defaults, however, you can change them by choosing Change. The default is set so that if you are logged on to client 000, all cross-client and client-specific tables are supplemented in client 000. In other clients, only the client-specific tables in the logon client are selected for supplementation.
    4. The tables that you want to supplement appear at the bottom of the screen, according to the selection you made by choosing Select. Each table is shown with its table class, a description, the supplementation mode, and the client in which the table will be supplemented. You can use the appropriate pushbuttons to change this list, however, we recommend this for experienced users only.
    You can find this with link :
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ac5b5193-0701-0010-45a7-98dd573a6785
    under section :
    6.2 Language Supplementation................................................................14
    6.2.1 Starting Language Supplementation..........................................................................15
    6.2.2 Language Supplementation (Expert Mode)................................................................17
    Could you please also check the the below post :
    Re: Complete Language Supplementation ?
    chek the below link for search.... it would also help you for next search
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=supplementingLanguage&adv=true&sdn_author_name=&sdn_updated_on_comparator=GE&sdn_updated_on=&start=11
    i also suggest you to check with target client on which you installed language at last.
    Regards,
    S.Manu.

  • Unable to add field from structure maintanace opt for datasource(LBWE BI 7)

    Hi,
    while i try to add extra field (transaction:LBWE for data source(ex 2lis_02_itm)) from structure maintance option to add field from structure(MCEKKO) to res data source(MC02M_0ITM) , than it moves to left side but when make enter message comes that it will not populated in extrect structure(i.e in MC02M_0ITM OR RSA2),
    but when we try to add extra field other than with that structure maintanace form append structure option from that structure MC02M_0ITM than it comes in that structure MC02M_0ITM and also can see in RSA2.
    Than how can we use that structure maintanace option avialble for the res. data source in LBWE?
    Best regards,
    dushyant.

    It solved automaticaly,
    yes later i got that error entry still exit whic solved by deleting setup table and than try,
    thanks.
    one another problem: when i try to activate 0order_quan key figure for cube 0pur_c01 for data source 2lis_02_itm at update rulen by assignig source field for that key figure , i am unable to activate - its remain in warning symbol only and getting further message while check that Target unit and source unit for key figure Order quantity are different.
    Best Regards,
    dushyant.

  • Cant add field from structure maintanace option for  datasource(LBWE BI 7)

    Hi,
    while i try to add extra field (transaction:LBWE for data source(ex 2lis_02_itm)) from structure maintance option to add field from structure(MCEKKO) to res data source(MC02M_0ITM) , than it moves to left side but when make enter message comes that it will not populated in extrect structure(i.e in MC02M_0ITM OR RSA2),
    but when we try to add extra field other than with that structure maintanace form append structure option from that structure MC02M_0ITM than it comes in that structure MC02M_0ITM and also can see in RSA2.
    Than how can we use that structure maintanace option avialble for the res. data source in LBWE?
    Best regards,
    dushyant.

    It solved automaticaly,
    yes later i got that error entry still exit whic solved by deleting setup table and than try,
    thanks.
    one another problem: when i try to activate 0order_quan key figure for cube 0pur_c01 for data source 2lis_02_itm at update rulen by assignig source field for that key figure , i am unable to activate - its remain in warning symbol only and getting further message while check that Target unit and source unit for key figure Order quantity are different.
    Best Regards,
    dushyant.

  • Error in F4 unknown field in structure  service profile CRMD_SERWI

    Hello,
    I just added new Service Profiles and when Im creatin a new Service and adding a Reject service Profile the search field is empty and the message says:
    Error in F4 unknown field in structure  service profile CRMD_SERWI
    Someone know how to analyse WebClient UI search help.
    Kind Regards

    Hi David,
    (even it is very old post am giving an approach which may help others)
    If you check the value table, CRMD_SERWI you'll find that there is NO standard Search Help for field SRV_SERWI (Service Profile). So this is the main reason, SAP is not providing any F4 help in WEB UI screen as well , Still you are asked to provide F4 Help. So value table approach would not work.
    So try the  following approach(do changes according to your requirement)
    1. Create one custom Elementary search help (e.g. ZZCUSTF4) in SE11 with following details ---
                                a> Selection Method = CRMD_SERWI_T
                                b> Parameters as --- SRV_SERWI and DESCRIPTION
                                c> For SRV_SERWI , check the Importing Flag and LPos = 1
                                d> For DESCRIPTION, put LPos = 2
    2. Now redefine GET_V_propname method in the CNxx class. Please refer the following code (need to change according to your requirement) to trigger your custom F4 Help.
    DATA:
             ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
             lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
             lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
           ls_map-context_attr = 'struct.SRV_SERWI'.u201C Screen field's technical name
         ls_map-f4_attr      = SRV_SERWI u201C Field name present in your custom search help, created in step 1.
      APPEND ls_map TO: lt_inmap, lt_outmap.
    CREATE OBJECT rv_valuehelp_descriptor TYPE CL_BSP_WD_VALUEHELP_F4DESCR
        EXPORTING
          iv_help_id        = 'ZZCUSTF4'  u201CCUSTOM Search help name created in step 1
          iv_help_id_kind   = f_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping  = lt_inmap
          iv_output_mapping = lt_outmap.
    Hope this helps you.
    Thanks & Regards,
    Vishnu

  • CNMASS - Ability to apply custom fields from structure CI_PROJ

    Hi,
    Is there a way to add fields from the Customer Enhancment tab in structures CI_PROJ, CI_PRPS to CNAMSS transaction?
    thanks,
    Cathy

    Hi,
    I have the same problem. I want to change a customer field (from structure CI_PROJ) via trx CNMASS. But the fields of structure CI_PROJ are not provided.
    Is there a standard possibility to extend the table CNMASS_PROJECT_DEFINITION with the structure CI_PROJ? I donu2019t want to modify the SAP table CNMASS_PROJECT_DEFINITION.
    Of course I know that I can write a program ore use trx LSMW but I'm looking for a more suitable and comfortable solution.
    @Cathy: did you find a solution in standard?
    Thanks in advance for any hint!

  • How to add fields to Structure in Report Painter

    Hi All,
    We have a requiremnt where we need to add 2 fields ( profit center-PRCTR & description-CEPCT-LTEXT ) to structure CCSS. This structure is attached to library 1VK.
    Is it possible to add fields directly to a structure or do I need to create a new structure and attach it to a new library.
    If any one of this is possible, how can I do this ?

    Hi ,
    u can do it in both the ways , but i am not much sure abt second option.
    Useful Tcodes are GR21.
    Regards
    Prabhu

  • Fields in Structure ALTLEXDESC

    Hi,
    Can anyone please explain the fields in the structure ALTLEXDESC
    I am debugging the function module DSWP_BPM_SEND_ALERT
    Any pointings will definitely be rewarded.
    Please help.
    --Ragu

    Hi,
    ALTLEXDESC is for "Description of a tool instance to be executed"
    It has several include structures
    Following are the fields with the description:
    .INCLUDE          Alert: Tool
    TOOLNAME              Alert: Logical Name of Tool
    TOOLSTATUS     Alert: Tool: Alert Tool Status
    STARTDATE     Alert: date
    STARTTIME     Alert: Time value in timeformat
    STARTDUMMY     Alert: Dummy field. Purpose: Alignment of date/time 16 byte
    TOOLDISPAT     Alert method dispatcher
    .INCLUDE          Alert: global monitoring type identifier
    MTSYSID          Name of SAP R/3 System
    MTMCNAME     Alert: Name of Monitoring Context
    MTNUMRANGE     Alert: monitoring type number range (perm., temp, ...)
    MTUID          ALert: Unique Identifier for  Monitoring Types (used in TID)
    MTCLASS          Alert: monitoring type class (perf., single msg.,...)
    MTINDEX          Alert: internal handle for TID
    EXTINDEX          Alert: internal handle for TID
    .INCLUDE          Alert: Global Alert Identifier
    ALSYSID          Name of SAP R/3 System
    MSEGNAME     Alert: Name of Monitoring Segment
    ALUNIQNUM     Alert: Unique Identifier to be used in AID (char10)
    ALINDEX          Alert: internal handle
    .INCLUDE          Alert: timestamp
    ALERTDATE     Alert: date
    ALERTTIME     Alert: Time value in timeformat
    DUMMYALIGN     Alert: Dummy field. Purpose: Alignment of date/time 16 byte
    WHICHTOOL     Alert: Tool: Which Tool ? (Trigger/Analyze/OnALert/...)
    .INCLUDE          Alert: TOOLS technical definition of tool executable
    TOOLEXEC     Alert: Executable Name of TOOL (program/function/....)
    OWNER          Alert: Owner of the Tool
    CALLTYPE     Method call type
    EXECDEST     Logical Destination (Specified in Function Call)
    DEST_TYPE     Alert: TOOL Destination Type (MTLocal / ANYDest / specific )
    EXECUSER     User name
    STRTTIDTYP     Alert: Tool  TID's for Start (Single/Table)
    DELAYTIME     Alert: Time values in seconds
    STARTUPEXE     Alert: Execute method as startup method
    ERRORFLAG     Alert: TOOL Error Flag
    PRIORITY          Alert: TOOL Priority (internal use only)
    RECOVERY     Alert: TOOL Recovery Method
    MAXRUNTIME     Alert: TOOL max. runtime
    .INCLUDE          Alert: Parameter definition for a TOOL
    PARNAME1     Alert: TOOL parameter name
    PARVALUE1     Alert: TOOL Parameter value
    PARNAME2     Alert: TOOL parameter name
    PARVALUE2     Alert: TOOL Parameter value
    PARNAME3     Alert: TOOL parameter name
    PARVALUE3     Alert: TOOL Parameter value
    PARNAME4     Alert: TOOL parameter name
    PARVALUE4     Alert: TOOL Parameter value
    PARNAME5     Alert: TOOL parameter name
    PARVALUE5     Alert: TOOL Parameter value
    PARNAME6     Alert: TOOL parameter name
    PARVALUE6     Alert: TOOL Parameter value
    PARNAME7     Alert: TOOL parameter name
    PARVALUE7     Alert: TOOL Parameter value
    PARNAME8     Alert: TOOL parameter name
    PARVALUE8     Alert: TOOL Parameter value
    PARNAME9     Alert: TOOL parameter name
    PARVALUE9     Alert: TOOL Parameter value
    PARNAME10     Alert: TOOL parameter name
    PARVALUE10           Alert: TOOL Parameter value
    Thank you.

Maybe you are looking for

  • Can't get LELA w/ WRT160N to work

    I can't get LELA to work. I was working fine from July to early September. Since then I have not been able to get it to work. Everything with the router works fine.  In LELA, pretty much everything I try to click on comes up with an error message. "E

  • LR 4.3 lens corrections issue (bug?)

    Hello, I'm having trouble with LR 4.3 lens corrections panel, that I didn't have with LR 4.2. I'm running LR 64bit  on Windows 7 Ultimate. Camera is Pentax K5. This is what the lens corrections panel looks like after import in LR 4.2. I did setup the

  • I installed iLife '11, but iPhoto doesn't work.

    I installed iLife '11, but when I try to open iPhoto, it says it needs to be updated, but when I open Software Update, it doesn't have an update. It might help if I said iMovie and GarageBand updated no problem.

  • Calling Report Parameter in Row Formula - Report Painter

    hello i have a unique situation in which 11 months out of the year i need to call a certain "cell" and then in December I need to call another "cell" i figured if that is possible I would be able to do this one of two ways: IF "Eval Period" <> 12 THE

  • HTML and Fillable PDF forms

    My question is two-fold: 1. How easy is it to convert an existing fillable PDF form to HTML? What tools are needed to facilitate this process? I know Amgraf has a product that enables this, but I'm looking for a solution that perhaps LiveCycle can re