SAP Note 350068 - Additional fields in VA05 - Problem

I've followed the example given in this note on how to add a field to the display output yet I'm still not seeing the customer material number in the layout list. Am I missing something?

Open your current display variant from VA05 - check the column list on the right, your required field is probably sitting in there as an undisplayed field.  You just need to open that 'default' display variant in change mode, move the column over, and then save the variant.  Note that you need parameter ID SD_VARIANT_MAINTAIN set to 'A' on your user profile to do this.  Now, if you really want a different field, then you just need to add a custom field to VBMTV and then code the population in the user exit in V05TZZMO:
CASE ZP.
*   Header
    WHEN 'VBAK'.
       CLEAR LVBMTV-ZZSHIPTO.
       SELECT SINGLE KUNNR FROM VBPA INTO LVBMTV-ZZSHIPTO
              WHERE VBELN EQ LVBAK-VBELN
                AND POSNR EQ '000000'
                AND PARVW EQ 'WE'.
ENDCASE.

Similar Messages

  • Sap query and additional fields.

    Hello guys.
    ABAP it's not my strong skill, but i need to develop some report.
    What i need:
    input: material, SLED, plant
    output: material, SLED, plant, values from characteristic field.
    I have created sap query with additional field type c.
    Below my code:
    TYPES: BEGIN OF charast,
            ATNAM(50)    TYPE c,
            ATWTB(8)     TYPE n,
            X(50)        TYPE n,
            C(50)        TYPE n,
            ATINN(50)    TYPE n,
            END OF charast.
    DATA: char TYPE TABLE OF charast WITH HEADER LINE.
    CALL FUNCTION 'VB_BATCH_GET_DETAIL'
       EXPORTING
         MATNR              = MCH1-MATNR
         CHARG              = MCH1-CHARG
         GET_CLASSIFICATION = 'X'
       TABLES
         CHAR_OF_BATCH      = char.
    LOOP AT char into TEST (This is an additional field type C.
       ENDLOOP.
    Questions:
    1. How i can return internal table into standard abap type, because i can create additional field only with standart types.
    2. Need i fetch exporting parameters before calling FM? Or sap query do it automatically, based on given values on selection screen of the report?
    3. How i can return only needed field from FM output? Now, when i'm executing FM via SE37 it's show desired result, but when i'm getting it from code i see strange values.
    4. If i don't know exactly return by an FM values, how i can fill structure dynamically?
    5. How i can return result of a program not only to additional field but to layout?
    Sorry for noob questions and thank you in advance guys!

    Well, seems like it work fine for me.
    Below my crappy, but working code:
    DATA: material TYPE MCHB-MATNR,
           batch    TYPE MCHB-CHARG,
           plant    TYPE MCHB-WERKS,
           sloc     TYPE MCHB-LGORT,
           gtdt     TYPE STANDARD TABLE OF clbatch,
           gtdit    TYPE clbatch.
    SELECT MATNR INTO material FROM MCHB
       WHERE MATNR = MCHB-MATNR.
    ENDSELECT.
    SELECT CHARG INTO batch FROM MCHB
       WHERE CHARG = MCHB-CHARG.
    ENDSELECT.
    SELECT WERKS INTO plant FROM MCHB
       WHERE WERKS = MCHB-WERKS.
    ENDSELECT.
    SELECT LGORT INTO sloc FROM MCHB
       WHERE LGORT = MCHB-LGORT.
    ENDSELECT.
    CALL FUNCTION 'VB_BATCH_GET_DETAIL'
       EXPORTING
         MATNR = material
         CHARG = batch
         WERKS = plant
         GET_CLASSIFICATION = 'X'
        TABLES
          CHAR_OF_BATCH = gtdt.
    READ TABLE gtdt INTO gtdit
       WITH KEY atnam = 'BATCH_SHELF_LIFE_EXPIRY_DATE'.
    GTD = gtdit-ATWTB.

  • How to revert back a SAP NOTE? Dump- Field symbol has not yet been assigned

    Hi Experts,
    We r getting dump(cause: Field symbol has not yet been assigned) in production for ABUMN tx, so, when debugged, it came to know that, the Field symbol is coming from REUSE_ALV_LIST_DISPLAY!!
    So, for some reason the system message text is not getting output in ALV-->Dump!!
    So, found a NOTE causing this problem!!
    So, pls. let me know that, How to revert back this/any SAP NOTE? pls. in detail steps wise!!
    thanq
    Edited by: Srinivas on Jan 24, 2008 4:32 PM

    Hi
    In SNOTE tcode,  select the Note that you implemented and click on 'RESET SAP Note Implementation'
    shylesh

  • Structure not allowing additional fields

    Hi,
    I am trying to add new fields to a Z structure which has already has around 25 fields and total char length of all fields is 1000. But I am not able add more fields to this structure. Any suggestions...
    Thanks,
    GHP

    Hello Hari,
    U can the add the fields to the Zstructure by clicking the New fields button. If the structure is already transported u have to create a new workbench request and attach the structure to that request.
    Save and activate.
    If usefiul reward.
    Vasanth

  • Additional fields in infoset query can not be used as datasource fields

    I create one infoset query with additional fields (using ABAP code) in R/3. When I create datasource RSO2 using this infoset query, system only show all fields without additional fields that I enhanced in infoset query. Does that mean we can not get additional fields information in generic datasource creation that we enhanced in infoset query?

    dear Awa,
       you are enhanced some fields in r/3.right that fields are  shown in
    rsa6 select your data source click on display your datasource then select
    extract structure its shows how many fields are haveing particular
    datasource .or otherwise goto rso2 select your data source display
    double click on  your extractstructure  its show how many fields haveing
    the particular datasource. check the Rsa6 what ever fields you newly added that field default hide mode
    you remove the hide tickmark.

  • Additional field in infotype 0009 issue ( PBO and PAI )

    Hi Guru,
    I need your help please.
    I have a additional field in IT0009 and when I want created a new infotype 0009, I fill all field but after ENTER or SAVE all field are save in the layout but not the additional field.
    To save the additional field in the layout, I must fill it again and after the ENTER or SAVE the field is save in the layout.
    I have checked in the debbugger, when I create a new infotype 0009 it goes to the PBO but after ENTER or SAVE it doesn't go to the PAI so I must do it again ( fill the additional field and ENTER or SAVE ) and then it goes to the PAI.
    Thus I would like to know how I can make so that after the ENTER or SAVE the screen goes in PAI before the PBO and at the first time.
    Thanks very much in advance.
    Regards.

    Hi Srini Vas, hi Pedro Guarita and thanks for your reply,
    After more investigation, the probleme come from a check over country bank.
    In fact, the screen of the infotype 0009 must be adpated following the country bank but to do this, the standard module pool (mp000900) check if the country bank have changed.
    call method cl_hrpad00_iban=>process_iban_pai
          changing
            cs_bankdata = ls_bank_data_current
          exceptions
            error_iban  = 1
            others      = 2.
        if sy-subrc <> 0.
          message id sy-msgid type sy-msgty number sy-msgno
                     with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.
        call method cl_hrpad00_iban=>get_bank_data_old
          importing
            bank_data_old = ls_bank_data_old.
        if ls_bank_data_current-banks <> ls_bank_data_old-banks. "MELN1357200
    bank country changed -> leave screen needs to be done
          leave_screen = 'X'.
        endif.
    But when you create a new infotype 0009, the ls_bank_data_old-banks is always initial. So when module pool compared the ls_bank_data_old-banks with the ls_bank_data_current-banks, those are always different.
    In conclusion, when you create a new infotype 0009 it is always mandatory to push ENTER before to fill any additional field because at each first time that the standard module pool go in the PAI, it make a leave screen.
    Thanks in advance for all yours reply.

  • Installation of SAP Note 612011

    Hi,
    Iu2019m going to install SAP note 612011 in order to make sure that the system no longer automatically sets the final indicator 'Clearing Indicator for GR/IR Posting for External Services' while processing an incoming invoice.
    As itu2019s possible to read in the noteu2019s text, u201Cthis modification is not a function in the standard SAP system. SAP takes no responsibility and provides no maintenance for problems that may occur as a result of this modificationu201D.
    So Iu2019d like to know if someone, after having installed this note, encountered any problem.
    Thanks in advance,
    Elisa

    Hello,
    As you know data and log entries of a MaxDB database instance are stored on so called volumes which are either files or, where this is possible, raw devices.
    The benefits of a RAW device is a faster write performance. Also, a RAW device is much more secure because of the direct write to disks instead of caching the writes.  The caching of writes could  cause inconsistencies if a crash occurs.    
    Please go at :
    http://dev.mysql.com/doc/maxdb/ -> MaxDB Library
    -> Concepts of the Database System -> Creating and Configuring a Database Instance
    -> Planning the Database Instance < & Technical Restrictions >
    At the 'Planning the Database Instance' section in the paragraph 'Database Size and Configuration of Volumes' you will find more information.
    And you could see in more details, why we recommend to use raw devices for
    data and log volumes in MAXDB on UNIX systems.
    Please also review the information at link - MaxDB FAQ (frequently asked questions) on the MySQL site (target audience: Open Source) :
    http://dev.mysql.com/doc/maxdb/maxdb_faq.html
    < '5.2. How do I configure the database files?' >
    SAP customers can find more information in SAP Note 820824.
    And if you are SAP customer please review the SAP notes for additional
    information:
    628131 SAP DB / MaxDB operating system parameters on Unix
    767598 Available documentation
    748225 Measurement IO times on liveCache/SAP DB/MaxDB DATA/LOG
                Volumes
    Thank you and best regards, Natalia Khlopina

  • Additional fields in MB51

    Hi Experts.
    In MB51 report, an additional field has been added by the functional consultant. I have also enhance the report and am using this field. However, after transporting it to production server, MB51 is giving a dump stating that the field does not exist.
    All transport requests have gone to production server in proper sequence. The additional fields are also seen in customization.
    Program RM07DOCS_GENERATED does not have the addition field.
    Kindly assist.
    Thanks in advance.

    Hi
    Please, see SAP Note 357187 - MB51: Fields in field catalog / selection screen. In the final of the note, it says:
    "Start Transaction MB51. Then Include report RM07DOCS_GENERATED is generated
    automatically again."
    Check if it is true in your system
    I hope this helps you
    Regards
    Eduardo

  • Bex Analyzer - Selection criteria missing after SAP Note application

    Good evening,
      I have this problem with my BeX Analyzer.
    I have import a Sap Note number 0001072913 to resolve a problem. To implement this note the SapNoteAssistant downloads these list of notes :
    1061607
    1066988
    1083328
    1086902.
    I have applicate these list of notes, after the system doesn't make me anymore the popup to insert the selection of criteria filter of query.
    My system information:
    - OS - Windows XP sp.2
    - Excel 2003
    - SapGui 710 Final Release - Version 7100.1.5.1033 - Level Patch 5
    - Sap System - SAP NetWeaver 2004s with SAPBW 700 Patch Level 7
    - Database - Oracle 10.2.0.2.0
    When I execute sapbexc710.xla in my local directory C:\Program files\Sap Shared\BW the system give me this result :
    BI 7.10      
    AxInterop.SHDocVw.dll     7100.1.300.1
    BExAddin.dll     7100.1.300.949
    BExAnalyzer.exe     7100.1.300.949
    BExAnalyzer.xla     7100.1.300.21
    BExApi.dll     7100.1.300.949
    BExCAControls.dll     7100.1.300.132
    BExCommon.dll     7100.1.300.132
    BExCommunication.dll     7100.1.300.132
    BExControls.dll     7100.1.300.132
    BExControls2.dll     7100.1.300.132
    BExDialogOpenSave.dll     7100.1.300.132
    BExDiffViewer.dll     7100.1.300.132
    BExFormulaParser.dll     7100.1.300.132
    BExGeneratedAll.dll     7100.1.300.132
    BExInstaller.exe     7100.1.300.949
    BExOpenSaveServices.dll     7100.1.300.110
    BExQueryDesigner.dll     7100.1.300.519
    BExQueryDesignerFormulaParser.dll     7100.1.300.2
    BExQueryDesignerStarter.exe     7100.1.300.519
    BExRDRuler.dll      7100.1.300.366
    BExReportDesigner.dll     7100.1.300.366
    BExReportDesignerStarter.exe     7100.1.300.366
    BExSelectorAPI.dll     7100.1.300.230
    BExSelectorDialog.dll     7100.1.300.230
    BExSharedImageList.dll     7100.1.300.132
    BExThemes.dll     7100.1.300.132
    BExVariableScreen.dll     7100.1.300.949
    BExWebApplicationDesigner.exe     7100.1.300.387
    BExXMLControls.dll     7100.1.300.132
    BExXMLServices.dll     7100.1.300.132
    Interop.MSXML2.dll     3.0.0.0
    Interop.SAPLogonCtrl.dll     7100.1.300.1
    Interop.SHDocVw.dll     7100.1.300.1
    SAP.Connector.dll     2.0.0.23
    SAP.Connector.Rfc.dll     2.0.0.23
    sapbwwmd.ocx     7100.0.4300.0
    SAPWADMXHTML.dll     7100.1.201.2
    WADBackendServices.dll     7100.1.300.387
    WADBExData.dll     7100.1.300.387
    WADBISPParse.dll     7100.1.300.387
    WADChartControlHost.dll     7100.1.300.387
    WADConst.dll     7100.1.300.387
    WADControllib.dll     7100.1.300.387
    WADConversion.dll     7100.1.300.387
    WADHTMLEditHost.dll     7100.1.300.387
    WADHTMLEditing.dll     7100.1.300.387
    WADLowLevelServices.dll     7100.1.300.387
    WADMain.dll     7100.1.300.387
    WADMapControlHost.dll     7100.1.300.387
    WADMetadataGeneration.dll     7100.1.300.387
    WADMXHTML.dll     7100.1.300.4
    WADPageobjects.dll     7100.1.300.387
    WADPropertiesctl.dll     7100.1.300.387
    WADRDHost.dll     7100.1.300.387
    WADRDLoader.dll     7100.1.300.387
    WADRTFIntellisense.dll     7100.1.300.387
    WADRTFIsRegEx.dll     65176
    WADServices.dll     7100.1.300.387
    WADSnapShots.dll     7100.1.300.387
    WADStyleSheetServices.dll     7100.1.300.387
    WADTagLocator.dll     7100.1.300.387
    WADTokenSearch.dll     7100.1.300.387
    WADWizTemplate.dll     7100.1.300.387
    sapbexc710.xla     7100.1.300.004
    BW 3.5 Components     
    sapbex.xla     3500.11.051
    sapbex0.xla     7100.0.300.525
    wdba.dll     3500.11.0.58
    wdbbapp.exe     3500.11.0.53
    wdbbctrl.ocx     3500.11.0.139
    wdbbwait.ani     6836
    wdbcbexc.dll     3500.11.0.106
    wdbdadpt.ocx     7005.11.0.202
    wdbfodlg.dll     3500.11.0.128
    wdbmbm2.ocx     3500.11.0.89
    wdboobjb.dll     3500.11.0.39
    wdbpwpub.exe     3500.11.0.341
    wdbranim.exe     3500.11.0.5
    wdbrlog.ocx     3500.11.0.596
    wdbrlog.exe     3500.11.0.6
    wdbrtre2.ocx     3500.11.0.11
    wdbrprn.ocx     3500.11.0.1
    wdbspres.dll     3500.11.0.151
    wdbtask.exe     3500.11.0.23
    wdbvVed.dll     3500.11.0.83
    wdbwpub.exe     3500.11.0.131
    wdbwwiz.dll     3500.11.0.78
    wdbz.ocx     3500.11.0.14
    bwcrw32.exe     1.0.0.4
    MapObjects     
    af20.dll     2.0.1.0
    aiimage20.dll     2.0.1.0
    dforrt.dll     6.0.612.101
    efileio.dll     6144
    elib.dll     8.3.1.0
    ergxlib.dll     9728
    ethrlib.dll     8704
    iso8211.dll     131072
    libtiff.dll     352256
    memfile.dll     1.0.0.1
    memtable20.dll     2.0.1.0
    mo20.ocx     2.0.1.0
    mo20.lic     391
    mobase.dll     2.0.1.0
    mofeat.dll     2.0.1.0
    mogridio.dll     2.0.1.0
    mtch.dll     8.0.185.0
    pe.dll     4.0.0.0
    sg.dll     3.0.2.1
    shape20.dll     2.0.1.0
    OLE for OLAP     
    mdrmdlg.dll     3.6.0.1
    mdrmsap.dll     3.6.0.1
    mdxpars.dll     6405.5.23.15
    saprfc.ini     
    scerrlkp.dll     3.6.0.1
    SAP GUI core components     
    chart.ocx     3.80.6.87
    icdataflow.ocx     2.0.0.23
    icjoin.ocx     1.0.1.35
    sapgradp.ocx     7100.1.5.479
    sapcalen.ocx     7100.1.5.126
    sapchart.ocx     7100.1.5.810
    sapbtmp.dll     7100.1.0.1309
    librfc32.dll     7100.1.81.5615
    wdtlog.ocx     7100.1.5.71
    wdttree.ocx     7100.1.5.286
    wdtaocx.ocx     7100.1.5.61
    sapdatap.ocx     7100.1.5.255
    sapfctrl.dll     7100.1.5.320
    sapfcust.exe     7100.1.5.410
    sapfdraw.dll     7100.1.5.256
    sapfewrm.dll     7100.1.5.337
    sapfhook.dll     7100.1.5.206
    SAPCHARTCONTROLLib.dll     6405.5.28.7809
    AxMAPCONTROLLib.dll     1.0.0.0
    AxSAPCHARTCONTROLLib.dll     6405.5.28.7809
    MAPCONTROLLib.dll     1.0.0.0
    Additional components     
    awkone.ocx     7.0.0.1
    formx.ocx     2.0.30.1
    sizerone.ocx     7.0.0.16
    otxrt.dll     2.0.30.1
    vsflex7l.ocx     7.0.0.112
    vsocx32.ocx     5.0.4.50
    vsocx6.ocx     6.0.0.52
    Synfusion components     
    Syncfusion.Core.dll     4.402.0.51
    Syncfusion.Grid.Base.dll     4.402.0.51
    Syncfusion.Grid.windows.dll     4.402.0.51
    Syncfusion.Shared.Base.dll     4.402.0.51
    Syncfusion.Shared.Windows.dll     4.402.0.51
    Syncfusion.Tools.Base.dll     4.402.0.51
    Syncfusion.Tools.Windows.dll     4.402.0.51
    Microsoft core components     
    dhtmled.ocx     6.1.0.9232
    mfc42.dll     6.2.4131.0
    msflxgrd.ocx     6.0.84.18
    msvcp60.dll     6.2.3104.0
    msvcrt.dll     7.0.2600.2180
    msvcrt40.dll     5.1.2600.2180
    oleaut32.dll     5.1.2600.3139
    olepro32.dll     5.1.2600.2180
    stdole2.tlb     3.50.5014.0
    scrrun.dll     5.6.0.8820
    triedit.dll     6.1.0.9227
    richtx32.ocx     6.1.97.82
    ADODB.dll     7.10.3077.0
    dte.olb     7.10.3077.0
    EnvDTE.dll     7.0.9466.0
    Microsoft.mshtml.dll     7.0.3300.0
    Microsoft.StdFormat.dll     7.0.9466.0
    Microsoft.VisualBasic.Compatibility.Data.dll     7.10.3077.0
    Microsoft.VisualBasic.Compatibility.dll     7.10.3077.0
    MSDATASRC.dll     7.0.9466.0
    MSO.DLL     10.0.6714.0
    msoutl.olb     10.0.2607.0
    Office.dll     11.0.5530.0
    stdole.dll     7.0.9466.0
    VSLangProj.dll     7.0.9466.0
    Help me, please.

    Is it just for one query or for all of them...(for all them)
    If allowed in the system create a new one and check...(yes but the query don't work).
    If it has effected all of them you can revert back the note changes.. Check again..
    (to revert back the note is a disaster. There are more notes one above the other... I should set all the objects modified to original version one to one)
    If it works now issue a message to SAP (I think it's a good idea)

  • How to add Additional fields in standard SAP Report RMCLOBJVN ,TCODE CL6BN

    i am facing problem in Report RMclobjvn , TCODE is CL6BN
    i have to add some additional fields on the result screen.
    but when i search inside the report i could not retrieve any user exits but through a search utility i got 4 user exits of which 2 seem to be useful.these are
    <b>Exit name
    CLCLRS01  Additional Fields on the Result Screen
    CLCLRS02  Fill the Additional Fields on the Result Screen</b>
    i activated the these exits and have tried putting in break point in side the include.
    But the problem is this that
    [<b>b]that CL6BN Tcode is not triggering anyhow these userexits.</b></b>
    does anyone has any solution for adding the additional fields.

    Hai Manish
    Check the following Links
    You can do it in two ways using append structure or include structure of that standard table.
    once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .
    check this SAP help..
    for append structure
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm
    for include structure.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm
    Regards
    Sreeni

  • Multiple Value in additional fields using SAP Query

    HI All,
    I have a question related additional field in SAP Query. I tried to create report about PR and PO using SAP Query. Since one PR can be converted to multiple PO, I decided to create additional field
    po_1
    to display the value of PO that related to the PR. But I meet problem when I want to show several PO number in additional field
    po_1
    , I couldn't look the way to solve this problem. Can anybody help me? Just for info, I assign value to additional field
    po_1
    in record processing part.
    Thanks....

    HI,
    IN SQ02, IF table is already in JOIN, just click on the PLUS sign to expand the strcture.
    All the field showing Plus sign in the strcture are selected in your query and with MINUS sing are no selected.
    So you have to just click on the MINUS sign for the field you want to use through table field.
    Generate the query and execute thriugh SQ01.
    If you want to add some other field which is not a part of JOIN,
    then click on EXTRAS Button shown in the MENU option.
    Click on Create button and system will ask abt the additional field.
    Regds,
    Anil

  • Text of additional fields on SAP query show blank

    Hi All,
    I'm encountered a problem when text of additional fields on SAP query is not working and it's show blank after HRSP is implemented.
    SAP_ABA : Rel. 701 Lvl. 3
    SAP_BASIS: Rel. 701 Lvl. 3
    SAP_HR: Rel. 604 Lvl. 8
    Below are the config that we have done before HRSP in table: TEXC_FLD_C and it's work perfectly.
    Table Name: P0000_AF
    Field Name: ZZAPPRATING
    Function Module: ZHRGYYFMPA_PDRATING_TEXT
    Exception Priority: 1
    Object Type Name: CL_HR_TEXT_IDENTIFIER
    During debugging, we found that program (Form: %_GET_PERAS) is retrieve text of additional fields based on structure P0000_AF. At this point, text of fields are successfully take place and filled. However, program try to retrieve the text based on structure P0000 again right after that. Due to additional fields are added on P0000_AF not P0000 and no ZZAPPRATING field found in P0000, hence program has cleared the text which filled in previously. This give the result, text is blank.
    Please advise, how should I get this resolved.
    Thank you very much.
    Best Regards,

    Please check this link:
    Re: query report
    I guess, it can help for your case too...
    Even this:
    Re: sap query infoset and fieldgroup
    Re: Additional field in SAP Query
    Kind Regards
    Eswar

  • SAP Query Documentation - Defining additional fields

    Hi,
    I need to create a new SAP Query defining a new Functional Area. My problem is that I have created the area and defined the tables I want to use and how to join them, but I want to add additional fields with ABAP coding. I have looked up for documentation on how to do it, and all I find is that I shoud access the menu GOTO/Additional Field, but in my screen I find no such option (I'm using 46B).
    Could anyone explain how to add additional fields and coding, or send me any documentation please??
    Also, is it possible that I can create functional areas and queries, but not edit ABAP coding from functional areas in my productive system? Do I have to create the query in my test system and transport it, or how does that work? I's my first time creating queries.
    Thanks so much in advance!

    Try
    http://www.sappoint.com/abap/ab4query.pdf
    http://www.sap-img.com/basis/transport-of-abap-query.htm
    Pl. award the points if it helps you ...
    Thanks
    Message was edited by: Saquib Khan

  • Additional Fields for ESS-Business Card Not Working for Certain Countries

    Dear Experts,
    We were trying to configure the additional fields to be displayed in Business Card - Overview Screen for all countries. We don't have problem configure and get the new fields display for Malaysia (Molga = 14) but having problem for the field to display for Hong Kong (Molga = 27) and Singapore (Molga - 25).
    The strange thing is I am following the same steps as I configured for Malaysia. Somehow it is not working for Hong Kong and Singapore. As I understand, there is only 1 place to configure in SPRO for this requirement:
    Personnel Management -> Employee Self-Service -> Service-Specific Settings -> Own Data -> Customizing of Personal Information Screens -> Determine Fields for Business Card on Overview Screen
    Please help!

    Hi Siddhart,
    Thank you for the information. We are currently in EhP3 with below Support Components installed.
    Software Component: SAP_HR
    Release: 600
    Level: 60
    Highest Support Package: SAPKE60060
    Software Component: EA-HR
    Release: 603
    Level: 34
    Highest Support Package: SAPK-60334INEAHR
    The note 1159911 provided is within SAPK-60304INEAHR. Thus, I don't think this is the root cause of this inconsistency base on the Highest Support Package installed in our system.
    Anymore hint? Anyone? Please...

  • SAP Query - Additional field that collects information from table RESB

    Hello gurus. I have a question.
    I want to create a SAP Query that shows me the stock level of a list of materials, and also show me the total quantity of order reservations in an additional field.
    I created an InfoSet with table MARD, which is the one that holds the Stock information in a plant. Then I created an additional field which would read information from table RESB, the table that holds order reservations per material.
    So I wrote this piece of code:
    SELECT * FROM RESB
    WHERE MATNR EQ MARD-MATNR and
           WERKS EQ MARD-WERKS.
    ENDSELECT.
    if ( sy-dbcnt NE '0').
          MOVE RESB-BDMNG to ZQTY.
    ELSE.
          MOVE '' to ZQTY.
    ENDIF.
    This works fine. However, this is currently just catching the first record in table RESB that matches my condition.
    What I would like is to collect every instance of RESB-BDMNG and add them to field "ZQTY", have it loop in RESB until it finishes finding every record that match the MATNR and WERKS. With this I could get the total number of order reservations that this material has in that table.
    Could someone share some coding that would help me achieve this?

    Yes! That did it. That's what I needed to do. Thank you so much.
    While I'm at it, let me ask you a related question.
    When I execute the query, in the first records of the query where there's no value from RESB to transfer, the value of field ZQTY appears empty. Once it finds the first record in RESB and it populates ZQTY with a value, then the rest of the records with no hit get the proper value of 0.
    Do you know why the first records in the query appear empty and not with a 0? Is there anything I should add to the coding to fix this?

Maybe you are looking for

  • There is a way to hack a mac pro even if you have a password. How do I prevent hacking?

    My friend can actually hack a mac pro just by restarting it even if you have a password to protect your mac. My mac is curently mavericks. Steps: 1.When you open a mac with a password in mavericks, click switch user.             2. After the page loa

  • Link to Sharepoint List Item

    I have a report that I built in SQL Report Builder 3.0 that pulls data from a SharePoint 2013 list. The fields are data, location, cost, department, and reference. The reference field is number that is input by the user on the SharePoint 2013 list. I

  • Personalization dialog in MSS My Budget

    Hi, We're having at bit of trouble modifying the personalization dialogs of the MSS BP (My Budget) - in particular the personalization dialogs used to communicate with the Report Painter/Writer reports of the backend R/3 system. We are using the gene

  • How do you call dynamic fields in Report Builder

    I have some fields that they were filled in a dynamic way, and I want to make some calculations using the information that was populated in this field. When I put the name of the field in my calculation control, it did not see find the field control.

  • Restricting the Decimals in Info Space of Explorer 3.2 SP2 - FP 1.1

    Hi, Is there any way that we can restrict/not to display  the Decimal values in the output of Info Space that is created on top of a BEx query based universe? Thank you in advance. ---Veera