Reversal Indicator field

Hi,
I have added Reversal Indicator(BKPF-XREVERSAL) field to my layout in FBL3N, but this field is not populating the values by default whenever I execute the report. It is populating the values only when I go the change layout option.
Why system is behaving like that?
Rgds

Dear:
            After running the report FBL3N ,1st fetch the Revrsal Reason code from change layout button at its desired place, The go to Menu....Setting--Layout-Save the layout with name starting from /. Now go to same setting menu....Layout---Adminintration. Here check the layout  as defualt layout by selectinf the layout and pressing shift+F8. Now every time you will run report you will have the same defualt layout that you saved with reversal reason. Revert in case of confusion. You can also make the layout as user specific while saving it. Furhter make sure before running report that in the  List Output  the layout has been set the one you made... List output can be found in the main screen of FBL3N.
Regards
Edited by: Atif Farooq on Feb 15, 2011 2:27 PM
Edited by: Atif Farooq on Feb 15, 2011 2:41 PM

Similar Messages

  • Reversal Indicator Field Not reflecting Correctly In BW

    Hi All,
    The deletion indicator coming from the DataSource  2LIS_02_ITM is not working properly for few entries and in BW its mapped to Reversal Indicator (Storno)
    When we checked, we found that the deletion indicator is not working for the items which are non-statistical in a Purchase Order.
    The problem is the Non statistical items when deleted in a PO in R/3, in EKPO table the deletion indicator is set to 'X' for these PO's but when extracted into BW the Reversal Indicator Field is coming as blank but it should be reflected as "R" as per OSS note 578471. But these changes are not getting reflected into BW.
    Any suggestions guys?
    Thanks.

    AM,
    Also, what is happening is that the record with KF's as negative and Reversal Indicator as "R" is coming in PSA as well as in New Data table, but when activated its disappearing from the new data table.
    Finally its displaying in Change Log table with both the records i.e original one and the deleted one but again without Reversal Indicator "R".
    --> This behavior very much fine. Datasource:2LIS_02_ITM is to load for CUBE not to ODS.
    Please answer below:
    --> Are you loading data into an ODS in Additive or Overwrite mode..?
    --> 0RECORDMODE mapped to storn(cancel indicator...?)
    If you load data into cube, then it works fine
    Srini

  • Reversal Indicator Field in View

    Hi All,
    I have created a View on VBAK, VBAP,VBKD, VBEP tables.
    DO i need to maintain reversal indicator field in This view.
    Can any body suggest me on this.
    Regards,
    Sri

    Hi
    I dont think you need to indicate.
    Regards,
    Chama.

  • Significance of the field "REVERSAL INDICATOR"

    hI gURUS,
    I am trying to load data from R/3 source system to BW.
    I have a key field where data is positive but when it is getting transferred to BW it is getting zero.
    I checked in PSA, data is there but I have a field "REVERSAL INDICATOR" whch shows alternate 'X' values.
    Do u know what is the significance of the field "REVERSAL INDICATOR"?
    thanks
    ViVA

    The records which are cancelled in R/3 will be shown with reversal indicator 'X'.
    Suppose you have loaded a particular document already into BW.Afterwards when you change the document and push the data into BW the BW server has to cancel the old record and add the modified one.
    The extractor then creates 2 records one with 'X' (the old value)and another one with NULL (new value) in reversal indicator.
    The reversal indicator is mapped to 0RECORDMODE of the data target and during compression the data will get aggregated.
    See the below link for more information
    Run RSA3 on 2LIS_02_ITM gets duplicated data!
    Regs
    Gopi
    Assign point if it helps ..

  • 2LIS_02_ITM (When BW receive value " ", "X", "R" Reversal indicator

    Hi !
        I Have an issue (I think is issue)...with extractor 2LIS_02_ITM about reversal or deleted indicator….
    Some PO are created on R/3 and mark for deleted some line items… I try or I hope  received a “R” indicator…. But I didn´t receive the indicator…..
         I only receive “X” on this field.. (delete indicator). or in other examples  blank on this field
        What’s the difference between “X” , “R” and blank indicator?... when is posible receive X, R or blank value??
        I was thinking that when on R/3 some lines of PO orders were deleted.. I receive "R" indicator when I extract to  BW (on the PSA)... but I didn't...
       If you know how work this kind of cases or examples, please explain me more.. or let me know where can I find more information please.
        I will assign points to all the answer.
       Thank you
    Alice

    thank you for your help.
    I understand now how work.. before and after image Arjun, and I would like to know why in my example I can´t receive de deleted mark for the record that was deleted on sorce system.
    Let me explain you the details:
    We have an issue on extractor 2LIS_02_ITM.
    We have one PO with some positions… for this example I will explain about position 30 and 40.
    The position 30 has movement related and position 40 just was created and then mark for deleted.
    I hope that in BW we will receive a indicator for position 40 for deleted and then later on BW. The same for position 30, but I don’t see after I process this information that this position are deleted on BW… this mean that position 30 and 40 continue like active.
    PO: 6500378341 exist on R/3 and the position 30 is mark for deleted and the position 40 too...
    The difference between these two position are that: position 3 has an history…this mean movement related, and the position 40 has not movement or history…
    Position 30..with history.....
    Position 40… without history..
    On RSA3 on R/3, you can see that position 40 on Annulations field its blank “ ” … instead of on position 30 this field contain “X”
    When we extract to BW.. position 40… Blank on field Reversal indicator
    When we extract to BW.. position 30… “X”  on field Reversal indicator:
    After process into BW this package… we have this:
    You can see that position 30 and 40 exist and these didn’t deleted.
    This is the ABAP code for start routine
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    INCLUDE RS_BCT_MM_UPDATE_RULES.
    DATA G_PRICE_UNIT TYPE REF TO DATA.
    FIELD-SYMBOLS  TYPE ANY.
    CONSTANTS C_PRICE_UNIT TYPE STRING VALUE
      '/BIC/CS2LIS_02_ITM-price_unit'.
    $$ end of global - insert your declaration only before this line   -
    The follow definition is new in the BW3.x
    TYPES:
      BEGIN OF DATA_PACKAGE_STRUCTURE.
         INCLUDE STRUCTURE /BIC/CS2LIS_02_ITM.
    TYPES:
         RECNO   LIKE sy-tabix,
      END OF DATA_PACKAGE_STRUCTURE.
    DATA:
      DATA_PACKAGE TYPE STANDARD TABLE OF DATA_PACKAGE_STRUCTURE
           WITH HEADER LINE
           WITH NON-UNIQUE DEFAULT KEY INITIAL SIZE 0.
    FORM startup
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
               MONITOR_RECNO STRUCTURE RSMONITORS " monitoring with record n
               DATA_PACKAGE STRUCTURE DATA_PACKAGE
      USING    RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    see OSS note 627498
      DATA: V_MATERIAL   TYPE /BIC/OIZMATERIAL,
            V_UMB        TYPE /BI0/OIBASE_UOM,
            V_NUMER      TYPE /BIC/AZGTO_O0200-UOMZ1D,
            V_DENOM      TYPE /BIC/AZGTO_O0200-UOMN1D,
            V_CANTUMB    TYPE /BIC/OIZCANTUMB,
            V_ZPRODUCT   TYPE /BIC/OIZPRODUCT,
            WA_DATA_PACK LIKE DATA_PACKAGE,
            IDX        TYPE SY-INDEX.
    see OSS note 627498
      LOOP AT DATA_PACKAGE INTO WA_DATA_PACK.
        IDX = SY-TABIX.
        IF ( WA_DATA_PACK-PROCESSKEY NE '001' AND
             WA_DATA_PACK-PROCESSKEY NE '011' AND
             WA_DATA_PACK-PROCESSKEY NE '021' AND
             WA_DATA_PACK-PROCESSKEY NE '002' AND
             WA_DATA_PACK-PROCESSKEY NE '012' AND
             WA_DATA_PACK-PROCESSKEY NE '022'
           ) OR
    see OSS note 636914
           WA_DATA_PACK-ORDER_QUAN EQ 0 OR
           WA_DATA_PACK-NUMERATOR EQ 0 OR
           WA_DATA_PACK-DENOMINTR EQ 0.
          DELETE DATA_PACKAGE INDEX IDX.
    see OSS note 690106
       ELSEIF DATA_PACKAGE-recordmode EQ 'R'.
         DATA_PACKAGE-recordmode = 'X'.
    *Note 530706 - Deleting records in 0SD_O01, 0SD_O03. 0PUR_O01, 0PUR_O02
          DATA_PACKAGE-storno = 'X'.
    *Note 791334 - 0PUR_O02/0PUR_C07/0PUR_C08: value key figures are wrong
          DATA_PACKAGE-NET_PO_VAL = 0.
         Note 791334
    *Note 530706
        ENDIF.
    **---  CALCULO DE UNIDAD DE MEDIDA BASE
           (Lógica Copiada de transformación del Gasto)
        CLEAR: V_UMB,       " Unidad de Medida Base
               V_MATERIAL,  " Material en Homologado
               V_NUMER,     "
               V_DENOM,
               V_CANTUMB,   "Cantidad en UMB
               V_ZPRODUCT.
      Si la posición del pedido no tiene material no aplica el calculo
        IF NOT WA_DATA_PACK-MATERIAL IS INITIAL.
          CONCATENATE WA_DATA_PACK-/BIC/ZSOURCE WA_DATA_PACK-MATERIAL
                 INTO V_ZPRODUCT.
          Buscar unidad de medida
          SELECT SINGLE BASE_UOM /BIC/ZMATERIAL
                  INTO (V_UMB, V_MATERIAL)
                  FROM /BIC/PZPRODUCT
                 WHERE /BIC/ZPRODUCT = V_ZPRODUCT
                   AND OBJVERS       = 'A'.
              Si encontro el zproduct
              IF SY-SUBRC = 0 AND WA_DATA_PACK-ORDER_QUAN NE ' '.
                Comparar las unidades
                IF V_UMB = WA_DATA_PACK-PO_UNIT.
                  Si son iguales pasan igual
                    WA_DATA_PACK-/BIC/ZCANTUMB = WA_DATA_PACK-ORDER_QUAN.
                    WA_DATA_PACK-BASE_UOM = WA_DATA_PACK-PO_UNIT.
                ELSE.
                  Buscar UMB en ODS
                    SELECT SINGLE UOMZ1D UOMN1D
                      INTO (V_NUMER, V_DENOM)
                      FROM /BIC/AZGTO_O0200
                     WHERE /BIC/ZSOURCE   = WA_DATA_PACK-/BIC/ZSOURCE
                       AND /BIC/ZMATERIAL = V_MATERIAL
                       AND UNIT           = WA_DATA_PACK-PO_UNIT
                       AND BASE_UOM       = V_UMB .
                      IF SY-SUBRC = 0.
                        IF  V_DENOM IS INITIAL.
                            V_CANTUMB = 0.
                            WA_DATA_PACK-/BIC/ZCANTUMB = V_CANTUMB.
                            WA_DATA_PACK-BASE_UOM =  V_UMB.
                        ELSE.
                            V_CANTUMB = ( WA_DATA_PACK-ORDER_QUAN * V_NUMER
                            ) / V_DENOM.
                            WA_DATA_PACK-/BIC/ZCANTUMB = V_CANTUMB.
                            WA_DATA_PACK-BASE_UOM = V_UMB.
                        ENDIF.
                      ELSE.
                          WA_DATA_PACK-/BIC/ZCANTUMB =
                          WA_DATA_PACK-ORDER_QUAN.
                          WA_DATA_PACK-BASE_UOM = V_UMB.
                      ENDIF.
                ENDIF.
              Si NO encontro el zproduct
              ELSE.
                WA_DATA_PACK-/BIC/ZCANTUMB = WA_DATA_PACK-ORDER_QUAN.
                WA_DATA_PACK-BASE_UOM = WA_DATA_PACK-PO_UNIT.
              ENDIF.
        ENDIF.
        IF WA_DATA_PACK-LOC_CURRCY CS 'MXP'.
          MOVE 'MXN' TO WA_DATA_PACK-LOC_CURRCY.
        ENDIF.
        IF WA_DATA_PACK-ORDER_CURR CS 'MXP'.
          MOVE 'MXN' TO WA_DATA_PACK-ORDER_CURR.
        ENDIF.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            INPUT  = WA_DATA_PACK-COMP_CODE
          IMPORTING
            OUTPUT = WA_DATA_PACK-COMP_CODE.
    ---  ASIGNAR los cambios al registro actual
        MODIFY DATA_PACKAGE INDEX IDX
              FROM WA_DATA_PACK
              TRANSPORTING ORDER_CURR COMP_CODE LOC_CURRCY
                           /BIC/ZCANTUMB  BASE_UOM .
      ENDLOOP.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    I really appreciate your help or comments
    Thank you.
    Alice

  • ROCANCEL - Reversal Indicator Issue

    Hello,
    I created a desing using the extractor 2lis_11_vaitm to manage the change documents from R/3.
    The documents are flowing in to the DSO correctly except in the cases of Reversal Indicator = X. 
    All the values for the Characteristics are blank except for the key field, which is ofcourse the normal behaviour of the extractor.
    E.g.
    CH_ON / DOC_NUM/ITEM # / SOLD_TO / MATERIAL / SUBTOT_2 /CALDAY
    10/17/2007 0030000186 000010  -
                1,655.00- 00/00/0000
    10/17/2007 0030000186 000020  -
                4,137.50- 00/00/0000
    10/17/2007 0030000186 000010 0010000406 130000000178 1,665.00  10/17/2007
    10/17/2007 0030000186 000020 0010000406 130000000179 4,137.50  10/17/2007
    You can see that the Calday / Material / Soldto the values are blank except for the Key Fields and the Key Figures. 
    I know I can handle this using another level of DSO and read the values and populate.
    But I would like to get some help from any one to handle this scenario within the update rule or with any other method to handle the Reversal Indicator / ROCANCEL and populate these fields since I have these values in the PSA. 
    Appreciate your feedback.
    Thanks
    Sundar

    Sundar!!!
    I don't understand why the other fields are blank in the DSO but not blank in the PSA, if the issue is with reversal indicator, then the reversal should happen to all the fields instead of specific once, let me know what is happening. May be you are havening more than one update to the DSO from different extractor and reversal is being sent from both and one is deleting the other one.
    thanks.
    Wond

  • BAPI_ALM_ORDER_MAINTAIN not Updating Special stock indicator field

    Hi Experts
                  I am using BAPI_ALM_ORDER_MAINTAIN to create and  then update a Customer Service Order. When am trying to update the Special stock indicator field in the Components Tab(of IW32) through BAPI, its not doing so, and no error is thrown as well.
    The required qty and the batch field in the components tab get updated which ensures that the logic am using is the correct one.
    Please let me know if anyone has faced such a situation before. Any workaround(some other FM) to update this field is also welcome.
    Points guaranteed.
    Thanks
    Kulpreet Singh.

    Hi!
    BAPI_ALM_ORDER_MAINTAIN is only updating a field, when you set the update flag also in CHANGE method.
    So if you are maintainig the IT_COMPONENT table, you have to put an 'X' into the same field in the IT_COMPONENT_UP table also.
    And of course don't forget to commit the modification.
    Regards
    Tamá

  • Object Indicator field in Report painter

    we are looking for some field details in RWCOOM table like object indicator. There is object indicator field name in CCSS table. We want to ignore planned cost of service orders from the project planned cost as there is already planing of cost at project level. The same cost element is used for cost planning in Project builder and service order
    Please provide us some option where we can restrict planned cost of the
    orders other than network to show in project reports.
    Thanks & Regards,
    Ranjan

    In general data selection, i have already cost center, but it is not apprearing at selection screen. Only three field are appearing (Year + Period + Forecast),  and i want to add cost center at the selection screen. How to make cost center field at selection field from General data selection option. Please guide me
    Thank in stack
    Nilesh Shete

  • Missing class indicator field from database row

    Hi,
    I have following problem :
    There is a class inheritance with root interface and 4 subclasses, they are initialized with class indicator field. If I use ReadAllQuery with an interface or some of concrete class as search class - it is working perfect, but if I try to build query with custom selected fields (addPartialAttribute) I always get an error - Missing class indicator field from database row.
    AFAIK This field have not to be mapped in Workbench to real table column, how can I tell TopLink that I will read this indicator field too by reading some custom fields ? I thought TopLink reads such fields automatically, like it does it with primary keys.
    Thank you
    Maksim

    This sounds like an issue with our partial attribute queries and inheritance as the type indicator column must always be read. Can you map the type indicator to a read-only attribute (mark mapping as read-only) and include this in your list of attributes as a work-around?
    Doug

  • GL line item not show reverse indicator

    Hi Guru !
    I have problem about GL account that assign account management to be line item so when post entry and reverse entry by use this GL account ,when I see report on t.code FBL3N-GL line item ,they did not show indicator of reverse entry so it difficult to check so I would like this report to reverse indicator or there are some report that can show it . thank you very much.
    Bluesky

    Hi,
    Please check the document type which is used for posting the document. For the document type, the check "Negative posting Allowed" might have been ticked. as a result new line item is not posted. The original line item itself is reversed. May be this is the reason why you are not getting the reversal document.
    Thanks,
    Aman

  • ABC Indicator field in PM MODULE

    Hi gurus,
    I have a problem. I change a ABC Indicator value of Functional Locations to A via transaction IL02. However, when i get a report with transaction IW38, I dont see A value in ABC Indicator field in some of the Functional Locations. I am sure I have changed and saved the value of that field. What may be the reason? Do you have any idea? Thanks in advance....

    Hi,
    The value shown on IW38 will be the ABC Indicator as recorded on the order. When the order was created this value would have defaulted from the functional location. If you later change the functional location value, that is not updated on existing orders.
    You can change the ABC Indicator value directly on the orders location tab (provided it is not completed).
    -Paul
    Please use [Enterprise Asset Management (EAM)|Enterprise Asset Management (SAP EAM); forum for PM/CS specific topics

  • Table EKPO - PO Active/Closed Indicator field exist ?

    Hi,
    I am not an MM guy. But, i am writing a report based on MM.
    I would like to know, whether any indicator field exist in EKPO table, that will give the status of an PO for a given material ? If exist, what is the name of the field and what value does it contain that indicates, whether the PO is active/closed ?
    If not in EKPO table, then which table/field contains the above required info, which will also have matnr and werks fields within it ?
    Thanks,
    Gaurav.

    Hi,
    please check EKPO-STAPO which is a statistical indicator.
    If a purchase order item is deleted, the item is marked as 'statistical'       
    (field EKPO-STAPO = X) .                                                                    
    However, if for the item the final invoice indicator (EKPO-EREKZ) or the       
    inward delivery completed indicator (EKPO-ELIKZ) is set, the item is not       
    marked as 'statistical' (EKPO-STAPO is not set).
    Just in case it is needed, note 358293 contains report zkstapo to correct ekpo-stapo where the      
    field is set but no deletion indicator is set.
    Regards,
    Edit

  • XML mapping inheritance problem; missing class indicator field

    Hi!
    I am currently working on a project which involves mapping a large domain model on a XSD schema. For this we use Toplink 10.1.3.1 which is mostly great. But now I have a problem while wanting to use class inheritance.
    In my XSD I have the following defined
    <xs:complexType name="Traject">
         <xs:sequence>
              <xs:element name="SoortTraject" type="SoortTraject"/>
         </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SpecialTraject">
         <xs:complexContent>
              <xs:extension base="Traject">
                   <xs:sequence>
                                 [some elements] 
                   </xs:sequence>
              </xs:extension>
         </xs:complexContent>
    </xs:complexType>My XML is an implementation of this XSD and looks like this
    <Trajecten>
            <Traject xsi:type="SpecialTraject">
                     [implementation of the elements]
             </Traject>
    </Trajecten>My domain model corresponts to the XSD, so there is a Traject object and an inherited SpecialTraject object.
    In the mapping I used the Advanced properties->inheritance on both descriptors telling the Traject descriptor that it was the 'Root Parent Descriptor' ('Use class indicator field' -> 'use XML Schema Type attribute', 'Use class indicator dictionary') and the SpecialTraject what it Child Descriptor was ('Traject').
    When I test my mapping it always results in the same error (no matter how I configure this inheritance mapping). It says :
    [TOPLINK-44] missing class indicator field
    Descriptor: XMLDescriptor(Traject --> [])What am I doing wrong? Does anybody know a sollution?
    Best regards,
    Jouke Stoel
    Developer

    This is the changed XML descriptor file. When I deploy the file it automaticly overrides the old file so it ain't possible that I was still using the wrong file
    <toplink:class-indicator-mappings>
        <toplink:class-indicator-mapping>
            <toplink:class>Traject</toplink:class>
            <toplink:class-indicator xsi:type="xsd:string">Traject</toplink:class-indicator>
        </toplink:class-indicator-mapping>
        <toplink:class-indicator-mapping>
            <toplink:class>SpecialTraject</toplink:class>
            <toplink:class-indicator xsi:type="xsd:string">SpecialTraject</toplink:class-indicator>
        </toplink:class-indicator-mapping>
    </toplink:class-indicator-mappings>I have posted the stacktrace but I had to translate a bit because my exception was in Dutch :)
    Locale is a great invention
    Exception [TOPLINK-44] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DescriptorException
    Exception description: Missing class indicator field of database row [UnmarshalRecord()].
    Descriptor: XMLDescriptor(Traject --> [])
         at oracle.toplink.exceptions.DescriptorException.missingClassIndicatorField(DescriptorException.java:887)
         at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:84)
         at oracle.toplink.internal.ox.XMLRelationshipMappingNodeValue.processChild(XMLRelationshipMappingNodeValue.java:13)
         at oracle.toplink.internal.ox.XMLCompositeCollectionMappingNodeValue.startElement(XMLCompositeCollectionMappingNodeValue.java:62)
         at oracle.toplink.ox.record.UnmarshalRecord.startElement(UnmarshalRecord.java:352)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
         at oracle.toplink.internal.ox.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:189)
         at oracle.toplink.internal.ox.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:147)
         at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:228)
    .

  • TopLink to EclipseLink migration - Missing class for indicator field value

    I am migrating Toplink 11g to EclipseLink 12.1.3.  I have EclipseLink.jar to the classpath. I have few mapping xml files. When executing the application, i am getting following error.
    Exception [EclipseLink-9005] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.SessionLoaderException
    Exception Description: An exception was thrown while loading the project-xml file [META-INF/Business.xml].
    Internal Exception: Exception [EclipseLink-43] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [toplink:object-type-mapping] of type [class java.lang.String].
    Descriptor: XMLDescriptor(org.eclipse.persistence.mappings.DatabaseMapping --> [DatabaseTable(attribute-mapping)]).
    How to resolve this.

    Ooooops, sorry, guys!
    I was using TopLink 10.1.3.0 JARs to run a project created via TopLink 10.1.3.1 Workbench. That was the reason for the exception.
    I ran across the REAL problem, however. The one that was occurring when I created the TopLink project via JDeveloper 10.1.3.1 and ran it via JDeveloper 10.1.3.1. That's why I decided to try with TopLink 10.1.3.1 Workbench instead of JDeveloper 10.1.3.1.
    I will report the problem in a clean separate post.

  • Procurement indicator field mandatory

    Dear Friend's,
    Can is it possible to make procurement indicator field mandatory while planning material in project builder at material component overview screen.Because i have to enter 3 different procurement indicator's. (PReq + Reservation for WBS Element / Reservation for WBS Element / Reservation for plant stock)
    Also i have checked in config. for Define Field Selection for components (Tcodes - OIPSMDMAT / OIPSMKMAT). There is no such field available.
    Thanks & Regards,
    Sandeep Theurkar

    I may not be completely clear with your desired requirement, however I believe that you need to check your material component settings - how your material master in MRP4 view is defined to take individual/collective requirement , how is your procurement key (X, E or F)  defined in MRP 2 view , strategy group, Mixed MRP in MRP 3 view , project definition settings -  does your project allows project stock management (valuated or non-valuated) or BOM settings if used BOM transfer CN33. All these come in play together for a user to choose appropiate procurement type to be used for stock items (L) when assigning to an activity.
    For example: Project definition if allowed for a valuated stock
    - Reservation for network implies MRP 4 is marked u2018collective stocku2019 (2) / plant stock
    - Reservation for network / Reservation for WBS together implies MRP 4 is marked u2013 u2018individual/collective stocku2019 ( )
    - Reservation for WBS implies that  MRP 4 is marked u2013 u2018individual stocku2019 (1)
    Please let me know if of any help
    Thanks,
    Nakul
    Edited by: Nakul Chakoo on Mar 14, 2011 9:33 AM

Maybe you are looking for

  • Problem with working in Flash Builder 4

    Hi there, I am working on the develepment of a new kind of website in 3D. For this I am using Flash Builder 4 AS3 Project and the 3D program Away3D. The problem is that I created a SWF in one AS3 project called PoloSWF. In another project I created a

  • Significant problem saving files in Photoshop CS2

    I am running Photoshop CS2, with Windows Vista Home Edition. My problem is a new one, as Ive been running the program the exact same way since I bought it several years ago. Two weeks ago I bought an Intuos 3 tablet, and installed the software that c

  • IDVD 6: Menu buttons don't show up from iDVD 5 project

    I have an iDVD 5 project that I opened in iDVD 6. It consists of 3 slideshows. (There was an issue with it not seeing the iPhoto 6 photos, but that's another issue I posted in the iPhoto forum.) The buttons that show the slideshows do not show up in

  • How to implement mvc model in designing game architecture

    I have a problem in implementing the mvc architecture in my game designing. I want you to suggest me how should I do it ? I have created 3 packages viz : model , view , and controller I am confused in which package should include canvas ? which shoul

  • Help on IDOC -POST GOODS ISSUE

    Hi Folks,            I have requirement with me, but I don’t know where to start could you please help me regarding that.. Here is the scenario.... Requirement Specification: XYZ Company Mexico operations  uses third party systems Foursite) for their