Oil Conversion

Dear All,
My Questions comes here..
Like in IS-Oil we have oil conversion for oil derivatives/products which is of a great help to find the volume of stock at various temperatures and density for various products.
Do IS-Oil and Gas Support Quantity conversion?
If yes, JOT down the scenarious/examples for Gas Business?
Also do Gas business need the Quantity conversion?
If Yes how do we go further in activating the same, what is the TCODE,
Links on SAP.con will be helpfull
Regards,
Dantham Conpolweson

Dear Dantham,
Both SAP industry solutions you refer to above do support quantity conversions for bulk products, which is an important capability for all logistics processes. Depending on the solution, I recommend as a start to read the SAP documentation:
SAP Oil & Gas Upstream: Production and Revenue Accounting:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/ec/9d2c3adcc8431be10000000a114084/frameset.htm
which contains the Measurement System:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/c2/b10a3a0a59ee24e10000000a11402f/frameset.htm
SAP Oil & Gas (IS-Oil Downstream):
http://help.sap.com/saphelp_erp60_sp/helpdata/en/01/c7183619b5a45ee10000009b38f889/frameset.htm
Oil quantity conversion:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/70/23cb8d419311d2ac100000e829fbfe/frameset.htm
Gas quantity conversion:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/9d/a79ca4e47611d3b2cd005004f769aa/frameset.htm
Both the Measurement system for Upstream Production and the Downstream logistics processes ultimately utilize the SAP Quantity Conversion Interface (QCI), which can be configured (via conversion groups) for any kind of complex quantity conversions. See SAP FAQ note 308022 for details, as well as e.g. http://www.quantityware.com/_data/QWare_QCI_Info.pdf .
SAP Certified solutions like e.g. BCP 10A http://www.quantityware.com/product/index.php?rubric=27
and BCG 10A http://www.quantityware.com/product/index.php?rubric=28
provide measurement standard based implementations of petroleum and natural gas measurement standards which are connected via the QCI to support all logistics processes.
In order to utilize the bulk quantity conversions within your system, you have to assign a conversion group to a delivery network (SAP PRA) or a material (IS-Oil Downstream) in the material master.
Any implementation project where quantity conversions are required should follow a state-of-the-art methodology, see for example: http://www.quantityware.com/_data/BCG10A_Project_Assessment_and_Implementation_Guidelines_SP01.pdf
Yes, natural gas and LNG business processes do also require quantity conversions, see e.g. SAP note 713382.
Maybe this helps for a start,
Kind regards,
Markus

Similar Messages

  • Language conversion IS Oil and Gas Menu

    Hi Gurus,
    Can anyone help me to understand how to get LANGUAGE SPECIFIC IS oil and Gas menu when we log in a specific language other than english. Right now i am able to view ECC 6.0 Menu in other SPECIFIC LOGIN LANGUAGE but IS Oil and Gas related menu and objects still appear in English.
    If anyone has done similar activity can guide please..
    Regards

    1. ERP 6.0 and higher, you donot need a separate box. Lower releases need a separate box.
    2. Please check help.sap.com for IS-OIL. In general SD and MM processes in Oil&Gas are important. Also Oil&Gas specific things like Commodity pricing,Quantity Conversions, exchanges, transportation are imporant.

  • IS-Oil: Quantity Conversion

    Dear All,
    Need your help.
    My user maintained quantity conversion in the material master (MM02) as
    below:-
    1 MT = 1,026 L30
    Then he created sales order and delivery order. But in the delivery
    order, the quantity conversion not as expected. In delivery order, the
    conversion shows that 1 MT = 1,026 L30 but for 26.316 MT, the system
    converted the quantity to 27,321.187 L30 (1 MT = 1,038 L30) which is
    wrong. How to correct the calculation?.
    Thank you.

    Dear Norhayati,
    if I understand your initial question correctly, you want to understand how the dynamic quantity conversion is working in your system, which means for example how the system calculates a mass or weight if a volume at a specified observed temperature is entered, where you give your example in MT and L30.
    The answer is not that simple. The SAP QCI is basically an open interface, where you configure in your project the quantity conversion, and where you integrate expert software from SAP partner companies for bulk quantity calculations.
    This should always be done following a defined project methodology.
    There are many calculation models defined globally.
    The SAP QCI does not follow a specific model, and, if not configured at all but just used "as delivered" follows basically a modified DIN 51650 calculation model, without the rounding of quantity values specified in that standard. You can purchase standard document DIN 51650 at http://www.beuth.de .
    DIN 51650 u201CTesting of mineral oils and related products u2013 determination of quantityu201D - DIN stands for "Deutsches Institut für Normung", which is the German Institute for Standarization.
    QuantityWare, which is a company that develops SAP certified oil & gas conversion products, supports many possible conversion models, which are described  here:
    http://www.quantityware.com/_data/QuantityWare_MQCI_SP11.pdf
    This document also describes the main steps for the dynamic quantity conversion of oil products.
    In your case, it is first important to know whether MT stands for mass or weight, and which volume correction standard your system is configured to use, which includes also the version of that standard.
    The standard SAP QCI again does only support - via the air buoyancy indicator concept - the DIN 51757 weight correction formula. Standard ASTM D1250-80 on the other hand defines several "tables" how to convert a density (in vaccum) to a density in air, which is then utilized to calculate weights. This standard part is currently being revised by the API/ASTM.
    Thus in any project, it is important to define the relevant standards for Volume corrections (temperature and pressure dependant) as well as the weight and mass conversion standards. Rounding of UoM quantities is also important.
    I hope this helps a little for a start,
    Kind regards,
    Markus

  • Quantity conversion in Is-Oil

    Hi Gurus,
    How the Funciton module OIB_QUANTITY_CONVERSION working in Is-Oil quantity conversion.
    This conversion is very cumbersome and not able to understand it..
    Awaiting your reply as early as possible
    Regards,
    Vanisree

    Dear Vanisree,
    function module OIB_QUANTITY_CONVERSION is part of the SAP QCI sub screen (function group OIB_QCI_SUB_SCREEN). It basically calls the central oil & gas product conversion function OIB_QCI_QUANTITY_CONTROL (perform quantity_conversion).
    Function OIB_QCI_QUANTITY_CONTROL is documented in English by SAP, just navigate to transaction SE80 (log on to your system in English) and select function group OIB_QCI, there you choose function OIB_QCI_QUANTITY_CONTROL and select the push button "Function Module Documentation".
    Depending what you want to achieve within your development, you may also be able to utilize function OIB_QCI_CONVERSION_SIMPLE, which has a less generic interface tailored by SAP for application developers, that function is also documented.
    Since oil quantity conversions, and even more so natural gas and LNG quantity conversions, are very complex, this complexity is tackled with the generic interface you observed.
    That is one of the many reasons why e.g. QuantityWare offers the SAP certified products BCP 10A and BCG 10A, which contain a Petroleum Measurement Cockpit / Gas Measurement Cockpit and complete configuration templates to help reducing the complexity in designing & running complex oil & gas quantity conversions:
    http://www.quantityware.com/_data/QuantityWare_PetroleumMeasurementCockpit_SP09.pdf
    I hope this helps a bit,
    Kind regards,
    Markus

  • Conversion table for oil products

    Hi Experts
    I want to download conversion table for oil products in SAP please help me regarding this

    Hi Pravin,
    If you need a convertion factors then, youcan find in this link for Petroleum Products.
    ttp://www.quantityware.com/_data/BCP_10A_customizing_SP09.pdf
    http://www.mycalculations.com/jmm/uni01.html
    http://www.chemlink.com.au/conversions.htm.
    http://www.quantityware.com/support/index.php?rubric=20.
    Best Regards
    Satish

  • Problem during IS-OIL activation transport: "ERROR during DD ACTIVATION"

    Dear All,
    On Development system, is-oil was previously activated with SFW5
    transaction (notes 908007, 874541); afterwards transport was created on
    development system and imported on the production system, but
    unsuccessfully!
    On Production system, we have the following errors on file SLOG0847.GP6:
    ERROR: stopping on error 12 during DD ACTIVATION
    ERROR: stopping on error 12 during MOVE NAMETABS
    Please have a look to the following logs to have a complete view of the problem.
    Could you suggest a solution for this problem?
    Additionally, a very important question is:
    Is it necessary activate IS-OIL with  transport in the live system,
    or is it possible activate it manually?
    Thanks for your cooperation,
    Dario Ricci
    File SLOG0847.GP6
    START imp single           GP6        20081118155636              ZRTC4_TM_ADM ensv15xe 20081118155602     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118155602     
    START MOVE NAMETABS        GP6 6      20081118155648              ZRTC4_TM_ADM ensv15xe 20081118155602     
    START tp_getprots          GP6 P      20081118155649              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  tp_getprots          GP6 P      20081118155705              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  MOVE NAMETABS        GP6 6      20081118155705              ZRTC4_TM_ADM ensv15xe 20081118155602     
    START MAIN IMPORT          GP6 I      20081118155705              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  MAIN IMPORT          GP6 I      20081118155728              ZRTC4_TM_ADM ensv15xe 20081118155602     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118155602     
    START SET VERSION FLAGS    GP6 V      20081118155730              ZRTC4_TM_ADM ensv15xe 20081118155602     
    START tp_getprots          GP6 V      20081118155730              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  tp_getprots          GP6 V      20081118155741              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  SET VERSION FLAGS    GP6 V      20081118155741              ZRTC4_TM_ADM ensv15xe 20081118155602     
    START GENERATION OF REPORT GP6 G      20081118155741              ZRTC4_TM_ADM ensv15xe 20081118155602     
    START tp_getprots          GP6 G      20081118155742              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  tp_getprots          GP6 G      20081118155752              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  GENERATION OF REPORT GP6 G      20081118155752              ZRTC4_TM_ADM ensv15xe 20081118155602     
    STOP  imp single           GP6   0000 20081118155752              ZRTC4_TM_ADM ensv15xe 20081118155602     
    START imp single           GP6        20081118155954              ZRTC4_TM_ADM ensv15xe 20081118155953     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118155953     
    START MOVE NAMETABS        GP6 6      20081118155954              ZRTC4_TM_ADM ensv15xe 20081118155953     
    START tp_getprots          GP6 P      20081118155954              ZRTC4_TM_ADM ensv15xe 20081118155953     
    STOP  tp_getprots          GP6 P      20081118155958              ZRTC4_TM_ADM ensv15xe 20081118155953     
    STOP  MOVE NAMETABS        GP6 6      20081118155958              ZRTC4_TM_ADM ensv15xe 20081118155953     
    START MAIN IMPORT          GP6 I      20081118155958              ZRTC4_TM_ADM ensv15xe 20081118155953     
    STOP  MAIN IMPORT          GP6 I      20081118160006              ZRTC4_TM_ADM ensv15xe 20081118155953     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118155953     
    START SET VERSION FLAGS    GP6 V      20081118160006              ZRTC4_TM_ADM ensv15xe 20081118155953     
    START tp_getprots          GP6 V      20081118160006              ZRTC4_TM_ADM ensv15xe 20081118155953     
    STOP  tp_getprots          GP6 V      20081118160010              ZRTC4_TM_ADM ensv15xe 20081118155953     
    STOP  SET VERSION FLAGS    GP6 V      20081118160010              ZRTC4_TM_ADM ensv15xe 20081118155953     
    STOP  imp single           GP6   0000 20081118160010              ZRTC4_TM_ADM ensv15xe 20081118155953     
    START imp single           GP6        20081118160242              ZRTC4_TM_ADM ensv15xe 20081118160240     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160240     
    START MOVE NAMETABS        GP6 6      20081118160244              ZRTC4_TM_ADM ensv15xe 20081118160240     
    START tp_getprots          GP6 P      20081118160244              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  tp_getprots          GP6 P      20081118160247              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  MOVE NAMETABS        GP6 6      20081118160247              ZRTC4_TM_ADM ensv15xe 20081118160240     
    START MAIN IMPORT          GP6 I      20081118160247              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  MAIN IMPORT          GP6 I      20081118160252              ZRTC4_TM_ADM ensv15xe 20081118160240     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160240     
    START SET VERSION FLAGS    GP6 V      20081118160253              ZRTC4_TM_ADM ensv15xe 20081118160240     
    START tp_getprots          GP6 V      20081118160253              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  tp_getprots          GP6 V      20081118160256              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  SET VERSION FLAGS    GP6 V      20081118160256              ZRTC4_TM_ADM ensv15xe 20081118160240     
    START EXECUTION OF REPORTS GP6 R      20081118160256              ZRTC4_TM_ADM ensv15xe 20081118160240     
    START tp_getprots          GP6 R      20081118160256              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  tp_getprots          GP6 R      20081118160333              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  EXECUTION OF REPORTS GP6 R      20081118160333              ZRTC4_TM_ADM ensv15xe 20081118160240     
    STOP  imp single           GP6   0000 20081118160333              ZRTC4_TM_ADM ensv15xe 20081118160240     
    START imp single           GP6        20081118160502              ZRTC4_TM_ADM ensv15xe 20081118160458     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160458     
    START MOVE NAMETABS        GP6 6      20081118160503              ZRTC4_TM_ADM ensv15xe 20081118160458     
    START tp_getprots          GP6 P      20081118160503              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  tp_getprots          GP6 P      20081118160519              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  MOVE NAMETABS        GP6 6      20081118160519              ZRTC4_TM_ADM ensv15xe 20081118160458     
    START MAIN IMPORT          GP6 I      20081118160519              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  MAIN IMPORT          GP6 I      20081118160551              ZRTC4_TM_ADM ensv15xe 20081118160458     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160458     
    START SET VERSION FLAGS    GP6 V      20081118160552              ZRTC4_TM_ADM ensv15xe 20081118160458     
    START tp_getprots          GP6 V      20081118160552              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  tp_getprots          GP6 V      20081118160604              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  SET VERSION FLAGS    GP6 V      20081118160604              ZRTC4_TM_ADM ensv15xe 20081118160458     
    START EXECUTION OF REPORTS GP6 R      20081118160605              ZRTC4_TM_ADM ensv15xe 20081118160458     
    START tp_getprots          GP6 R      20081118160605              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  tp_getprots          GP6 R      20081118160628              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  EXECUTION OF REPORTS GP6 R      20081118160628              ZRTC4_TM_ADM ensv15xe 20081118160458     
    STOP  imp single           GP6   0000 20081118160628              ZRTC4_TM_ADM ensv15xe 20081118160458     
    START imp single           GP6        20081118160804              ZRTC4_TM_ADM ensv15xe 20081118160804     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160804     
    START MOVE NAMETABS        GP6 6      20081118160805              ZRTC4_TM_ADM ensv15xe 20081118160804     
    START tp_getprots          GP6 P      20081118160805              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  tp_getprots          GP6 P      20081118160808              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  MOVE NAMETABS        GP6 6      20081118160808              ZRTC4_TM_ADM ensv15xe 20081118160804     
    START MAIN IMPORT          GP6 I      20081118160808              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  MAIN IMPORT          GP6 I      20081118160810              ZRTC4_TM_ADM ensv15xe 20081118160804     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160804     
    START SET VERSION FLAGS    GP6 V      20081118160810              ZRTC4_TM_ADM ensv15xe 20081118160804     
    START tp_getprots          GP6 V      20081118160810              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  tp_getprots          GP6 V      20081118160813              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  SET VERSION FLAGS    GP6 V      20081118160813              ZRTC4_TM_ADM ensv15xe 20081118160804     
    START EXECUTION OF REPORTS GP6 R      20081118160813              ZRTC4_TM_ADM ensv15xe 20081118160804     
    START tp_getprots          GP6 R      20081118160813              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  tp_getprots          GP6 R      20081118160814              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  EXECUTION OF REPORTS GP6 R      20081118160814              ZRTC4_TM_ADM ensv15xe 20081118160804     
    STOP  imp single           GP6   0000 20081118160814              ZRTC4_TM_ADM ensv15xe 20081118160804     
    START imp single           GP6        20081118160940              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START DD IMPORT            GP6 H      20081118160940              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  DD IMPORT            GP6 H      20081118160947              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START DD ACTIVATION        GP6 A      20081118160947              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START tp_getprots          GP6 J      20081118160947              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  tp_getprots          GP6 J      20081118161103              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  DD ACTIVATION        GP6 A      20081118161104              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START DISTRIBUTION OF DD-O GP6 S      20081118161104              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START tp_getprots          GP6 S      20081118161104              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  tp_getprots          GP6 S      20081118161107              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  DISTRIBUTION OF DD-O GP6 S      20081118161107              ZRTC4_TM_ADM ensv15xe 20081118160940     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160940     
    START MOVE NAMETABS        GP6 6      20081118161107              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START tp_getprots          GP6 P      20081118161107              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  tp_getprots          GP6 P      20081118161113              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  MOVE NAMETABS        GP6 6      20081118161113              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START MAIN IMPORT          GP6 I      20081118161113              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  MAIN IMPORT          GP6 I      20081118161115              ZRTC4_TM_ADM ensv15xe 20081118160940     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118160940     
    START SET VERSION FLAGS    GP6 V      20081118161115              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START tp_getprots          GP6 V      20081118161115              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  tp_getprots          GP6 V      20081118161116              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  SET VERSION FLAGS    GP6 V      20081118161116              ZRTC4_TM_ADM ensv15xe 20081118160940     
    STOP  imp single           GP6   0000 20081118161117              ZRTC4_TM_ADM ensv15xe 20081118160940     
    START imp single           GP6        20081118161224              ZRTC4_TM_ADM ensv15xe 20081118161224     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118161224     
    START MOVE NAMETABS        GP6 6      20081118161224              ZRTC4_TM_ADM ensv15xe 20081118161224     
    START tp_getprots          GP6 P      20081118161225              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  tp_getprots          GP6 P      20081118161226              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  MOVE NAMETABS        GP6 6      20081118161226              ZRTC4_TM_ADM ensv15xe 20081118161224     
    START MAIN IMPORT          GP6 I      20081118161226              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  MAIN IMPORT          GP6 I      20081118161239              ZRTC4_TM_ADM ensv15xe 20081118161224     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118161224     
    START SET VERSION FLAGS    GP6 V      20081118161240              ZRTC4_TM_ADM ensv15xe 20081118161224     
    START tp_getprots          GP6 V      20081118161240              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  tp_getprots          GP6 V      20081118161241              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  SET VERSION FLAGS    GP6 V      20081118161241              ZRTC4_TM_ADM ensv15xe 20081118161224     
    START EXECUTION OF REPORTS GP6 R      20081118161241              ZRTC4_TM_ADM ensv15xe 20081118161224     
    START tp_getprots          GP6 R      20081118161241              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  tp_getprots          GP6 R      20081118161318              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  EXECUTION OF REPORTS GP6 R      20081118161318              ZRTC4_TM_ADM ensv15xe 20081118161224     
    STOP  imp single           GP6   0000 20081118161318              ZRTC4_TM_ADM ensv15xe 20081118161224     
    START imp single           GP6        20081118174057              ZRTC4_TM_ADM ensv15xe 20081118174057     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118174057     
    START MOVE NAMETABS        GP6 6      20081118174057              ZRTC4_TM_ADM ensv15xe 20081118174057     
    START tp_getprots          GP6 P      20081118174057              ZRTC4_TM_ADM ensv15xe 20081118174057     
    STOP  tp_getprots          GP6 P      20081118174058              ZRTC4_TM_ADM ensv15xe 20081118174057     
    STOP  MOVE NAMETABS        GP6 6      20081118174058              ZRTC4_TM_ADM ensv15xe 20081118174057     
    START MAIN IMPORT          GP6 I      20081118174059              ZRTC4_TM_ADM ensv15xe 20081118174057     
    STOP  MAIN IMPORT          GP6 I      20081118174100              ZRTC4_TM_ADM ensv15xe 20081118174057     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118174057     
    START SET VERSION FLAGS    GP6 V      20081118174100              ZRTC4_TM_ADM ensv15xe 20081118174057     
    START tp_getprots          GP6 V      20081118174100              ZRTC4_TM_ADM ensv15xe 20081118174057     
    STOP  tp_getprots          GP6 V      20081118174101              ZRTC4_TM_ADM ensv15xe 20081118174057     
    STOP  SET VERSION FLAGS    GP6 V      20081118174101              ZRTC4_TM_ADM ensv15xe 20081118174057     
    STOP  imp single           GP6   0000 20081118174101              ZRTC4_TM_ADM ensv15xe 20081118174057     
    START imp single           GP6        20081118174102              ZRTC4_TM_ADM ensv15xe 20081118174102     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081118174102     
    START MOVE NAMETABS        GP6 6      20081118174102              ZRTC4_TM_ADM ensv15xe 20081118174102     
    START tp_getprots          GP6 P      20081118174102              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  tp_getprots          GP6 P      20081118174103              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  MOVE NAMETABS        GP6 6      20081118174103              ZRTC4_TM_ADM ensv15xe 20081118174102     
    START MAIN IMPORT          GP6 I      20081118174103              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  MAIN IMPORT          GP6 I      20081118174104              ZRTC4_TM_ADM ensv15xe 20081118174102     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081118174102     
    START SET VERSION FLAGS    GP6 V      20081118174104              ZRTC4_TM_ADM ensv15xe 20081118174102     
    START tp_getprots          GP6 V      20081118174104              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  tp_getprots          GP6 V      20081118174106              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  SET VERSION FLAGS    GP6 V      20081118174106              ZRTC4_TM_ADM ensv15xe 20081118174102     
    START EXECUTION OF REPORTS GP6 R      20081118174106              ZRTC4_TM_ADM ensv15xe 20081118174102     
    START tp_getprots          GP6 R      20081118174106              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  tp_getprots          GP6 R      20081118174109              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  EXECUTION OF REPORTS GP6 R      20081118174109              ZRTC4_TM_ADM ensv15xe 20081118174102     
    STOP  imp single           GP6   0000 20081118174109              ZRTC4_TM_ADM ensv15xe 20081118174102     
    START imp single           GP6        20081120123017              gp6adm       ensv15xe 200811201230160076ef
    START DD IMPORT            GP6 H      20081120123017              gp6adm       ensv15xe 200811201230160076ef
    STOP  DD IMPORT            GP6 H      20081120123019              gp6adm       ensv15xe 200811201230160076ef
    START DD ACTIVATION        GP6 A      20081120123019              gp6adm       ensv15xe 200811201230160076ef
    START tp_getprots          GP6 J      20081120123019              gp6adm       ensv15xe 200811201230160076ef
    ERROR GD6K902991           GP6 A 0012 20081120124325 SUPTECENI    gp6adm       ensv15xe 200811201230160076ef
    STOP  tp_getprots          GP6 J      20081120124335              gp6adm       ensv15xe 200811201230160076ef
    STOP  DD ACTIVATION        GP6 A      20081120124335              gp6adm       ensv15xe 200811201230160076ef
    ERROR: stopping on error 12 during DD ACTIVATION
    STOP  imp single           GP6   0012 20081120124335              gp6adm       ensv15xe 200811201230160076ef
    START imp single           GP6        20081120132937              gp6adm       ensv15xe 2008112013293600060e
    START DD IMPORT            GP6 H      20081120132937              gp6adm       ensv15xe 2008112013293600060e
    STOP  DD IMPORT            GP6 H      20081120132939              gp6adm       ensv15xe 2008112013293600060e
    START DD ACTIVATION        GP6 A      20081120132939              gp6adm       ensv15xe 2008112013293600060e
    START tp_getprots          GP6 J      20081120132939              gp6adm       ensv15xe 2008112013293600060e
    STOP  tp_getprots          GP6 J      20081120132942              gp6adm       ensv15xe 2008112013293600060e
    STOP  DD ACTIVATION        GP6 A      20081120132942              gp6adm       ensv15xe 2008112013293600060e
    START DISTRIBUTION OF DD-O GP6 S      20081120132943              gp6adm       ensv15xe 2008112013293600060e
    START tp_getprots          GP6 S      20081120132943              gp6adm       ensv15xe 2008112013293600060e
    STOP  tp_getprots          GP6 S      20081120133028              gp6adm       ensv15xe 2008112013293600060e
    STOP  DISTRIBUTION OF DD-O GP6 S      20081120133028              gp6adm       ensv15xe 2008112013293600060e
    START TBATG CONVERSION OF  GP6 N      20081120133028              gp6adm       ensv15xe 2008112013293600060e
    START tp_getprots          GP6 N      20081120133028              gp6adm       ensv15xe 2008112013293600060e
    STOP  tp_getprots          GP6 N      20081120133031              gp6adm       ensv15xe 2008112013293600060e
    STOP  TBATG CONVERSION OF  GP6 N      20081120133031              gp6adm       ensv15xe 2008112013293600060e
    START MOVE NAMETABS        GP6 6      20081120133031              gp6adm       ensv15xe 2008112013293600060e
    START tp_getprots          GP6 P      20081120133031              gp6adm       ensv15xe 2008112013293600060e
    ERROR ALL                  GP6 6 0012 20081120134632              gp6adm       ensv15xe 2008112013293600060e
    STOP  tp_getprots          GP6 P      20081120134637              gp6adm       ensv15xe 2008112013293600060e
    STOP  MOVE NAMETABS        GP6 6      20081120134637              gp6adm       ensv15xe 2008112013293600060e
    ERROR: stopping on error 12 during MOVE NAMETABS
    STOP  imp single           GP6   0012 20081120134637              gp6adm       ensv15xe 2008112013293600060e
    START imp single           GP6        20081121160246              ZRTC4_TM_ADM ensv15xe 20081121160245     
    INFO  TBATG CONVERSION OF  GP6 N      not needed                  ZRTC4_TM_ADM ensv15xe 20081121160245     
    START MOVE NAMETABS        GP6 6      20081121160247              ZRTC4_TM_ADM ensv15xe 20081121160245     
    START tp_getprots          GP6 P      20081121160247              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  tp_getprots          GP6 P      20081121160251              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  MOVE NAMETABS        GP6 6      20081121160251              ZRTC4_TM_ADM ensv15xe 20081121160245     
    START MAIN IMPORT          GP6 I      20081121160251              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  MAIN IMPORT          GP6 I      20081121160257              ZRTC4_TM_ADM ensv15xe 20081121160245     
    INFO  TBATG CREATION OF EN GP6 n      not needed                  ZRTC4_TM_ADM ensv15xe 20081121160245     
    START SET VERSION FLAGS    GP6 V      20081121160257              ZRTC4_TM_ADM ensv15xe 20081121160245     
    START tp_getprots          GP6 V      20081121160257              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  tp_getprots          GP6 V      20081121160300              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  SET VERSION FLAGS    GP6 V      20081121160300              ZRTC4_TM_ADM ensv15xe 20081121160245     
    START EXECUTION OF REPORTS GP6 R      20081121160301              ZRTC4_TM_ADM ensv15xe 20081121160245     
    START tp_getprots          GP6 R      20081121160301              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  tp_getprots          GP6 R      20081121160311              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  EXECUTION OF REPORTS GP6 R      20081121160311              ZRTC4_TM_ADM ensv15xe 20081121160245     
    STOP  imp single           GP6   0000 20081121160311              ZRTC4_TM_ADM ensv15xe 20081121160245     
    excerpt of File P081120.GP6
    1 ETP199X######################################
    1 ETP172 MOVE OF NAMETABS
    1 ETP101 transport order     : "ALL"
    1 ETP102 system              : "GP6"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "372.04.29" "700"
    1 ETP198
    3 ETP399XMove Nametabs started in batch mode.
    2 ETP399   processing modeflag 'A'
    3 ETP301 -
    3 ETP399 Didb-lib Version : 1.3
    3 ETP399 
    3 ETP399  OPTIONS:
    3 ETP399 
    3 ETP399  PRINT ONLY                     = no
    3 ETP399  iNT-TIMESTAMP RESET            = no
    3 ETP399  DELETE iNT                     = yes
    3 ETP399  DELETE iNT FIELDS              = yes
    3 ETP399  ACTIVATE iNT                   = yes
    3 ETP399  TOLERATE UNCRITICAL STMTs      = no
    3 ETP399  COMPARE TIMESTAMPs IN MV40-Op. = yes
    3 ETP399  SUPPRESS COMMITs               = no
    3 ETP399  CALL EXTERNAL NT_SYNC          = no
    3 ETP399  DONT TOUCH dep. LOADS          = no
    3 ETP399  RESET FLAG DBTABPOS            = no
    3 ETP399  protocol output to file      = yes, /usr/sap/trans/tmp/P081120.GP6
    3 ETP301 -
    3 ETP399  PARAMETERS:
    3 ETP399 
    3 ETP399  '
    2 ETP301 -
    2 ETP364 Begin: Act. of Shadow-Nametabs ("2008/11/20 13:30:32")
    2 ETP301 -
    2 ETP301 -
    2 ETP338XActivation of Shadownametabs
    2 ETP301 -
    3 ETP379Xactivating Nametab "/BEV1/SR_S_VBAP_OUTPUT":
    2 ETP399   >> Name of inactive nametab to read  : DDXTT
    2 ETP399   >> Format of inactive nametab to read: 5.0
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/BEV1/SR_T_VBAP":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/BEV1/TSRV43AAS":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/BEV3/CHBDKR":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/BEV3/CHBPR":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/ACCIT":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/ADD_FIELDS_A":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/AFFW":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/ALVHD":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/APPL_SD_ME_READ_HISTORY":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/ARSEG":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/AUFM":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/BBEFU":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/BEREIT":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "/CWM/BEREITADD":
    3 ETP380 succeeded
    etc etc ..
    3 ETP379Xactivating Nametab "EMARA":
    1AETR012XProgram terminated (job: "RDDMNTAB", no.: "13303200")
    1AEPU320 See job log"RDDMNTAB""13303200""GP6"
    3 ETP399XMove Nametabs started in batch mode.
    2 ETP399   processing modeflag 'A'
    2 ETP301 -
    2 ETP364 Begin: Act. of Shadow-Nametabs ("2008/11/20 13:34:58")
    2 ETP301 -
    2 ETP301 -
    2 ETP338XActivation of Shadownametabs
    2 ETP301 -
    3 ETP379Xactivating Nametab "EMARA":
    1AETR012XProgram terminated (job: "RDDMNTAB", no.: "13345800")
    1AEPU320 See job log"RDDMNTAB""13345800""GP6"
    3 ETP399XMove Nametabs started in batch mode.
    2 ETP399   processing modeflag 'A'
    3 ETP301 -
    3 ETP399 Didb-lib Version : 1.3
    3 ETP399 
    3 ETP399  OPTIONS:
    3 ETP399 
    3 ETP399  PRINT ONLY                     = no
    3 ETP399  iNT-TIMESTAMP RESET            = no
    3 ETP399  DELETE iNT                     = yes
    3 ETP399  DELETE iNT FIELDS              = yes
    3 ETP399  ACTIVATE iNT                   = yes
    3 ETP399  TOLERATE UNCRITICAL STMTs      = no
    3 ETP399  COMPARE TIMESTAMPs IN MV40-Op. = yes
    3 ETP399  SUPPRESS COMMITs               = no
    3 ETP399  CALL EXTERNAL NT_SYNC          = no
    3 ETP399  DONT TOUCH dep. LOADS          = no
    3 ETP399  RESET FLAG DBTABPOS            = no
    3 ETP399  protocol output to file      = yes, /usr/sap/trans/tmp/P081120.GP6
    3 ETP301 -
    3 ETP399  PARAMETERS:
    3 ETP399 
    3 ETP399  '
    2 ETP301 -
    2 ETP364 Begin: Act. of Shadow-Nametabs ("2008/11/20 13:36:37")
    2 ETP301 -
    2 ETP301 -
    2 ETP338XActivation of Shadownametabs
    2 ETP301 -
    3 ETP379Xactivating Nametab "EMARA":
    2 ETP399   >> Name of inactive nametab to read  : DDXTT
    2 ETP399   >> Format of inactive nametab to read: 5.0
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "EMARC":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "EMARC3":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "EMARM":
    3 ETP380 succeeded
    3 ETP379Xactivating Nametab "EMBEW7":
    3 ETP380 succeeded
    etc etc..
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_OIJTS"
    3 ETP399 ("MANDT",
    3 ETP399 "TSYST",
    3 ETP399 "SPRAS",
    3 ETP399 "VSART_TXT",
    3 ETP399 "VKTRA_TXT",
    3 ETP399 "TSNAM",
    3 ETP399 "BOOKTS",
    3 ETP399 "VSART",
    3 ETP399 "VKTRA",
    3 ETP399 "SHTYPE",
    3 ETP399 "BUSTYP")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."TSYST",
    3 ETP399 T4."SPRAS",
    3 ETP399 T4."BEZEI",
    3 ETP399 T5."BEZEI",
    3 ETP399 T1."TSNAM",
    3 ETP399 T1."BOOKTS",
    3 ETP399 T1."VSART",
    3 ETP399 T1."VKTRA",
    3 ETP399 T1."SHTYPE",
    3 ETP399 T1."BUSTYP"
    3 ETP399 FROM
    3 ETP399 "OIJTS" T1,
    3 ETP399 "T173" T2,
    3 ETP399 "TVTR" T3,
    3 ETP399 "T173T" T4,
    3 ETP399 "TVTRT" T5
    3 ETP399 WHERE
    3 ETP399 T2."MANDT" = T1."MANDT" AND
    3 ETP399 T2."VSART" = T1."VSART" AND
    3 ETP399 T3."MANDT" = T2."MANDT" AND
    3 ETP399 T3."VKTRA" = T2."VKTRA" AND
    3 ETP399 T2."MANDT" = T4."MANDT" AND
    3 ETP399 T2."VSART" = T4."VSART" AND
    3 ETP399 T3."MANDT" = T5."MANDT" AND
    3 ETP399 T3."VKTRA" = T5."VKTRA" AND
    3 ETP399 T5."SPRAS" = T4."SPRAS"
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:31: succeeded,  DDL executed
    3 ETP359 "V_OIJTS                       " total time = 00:00:00
    3 ETP379X13:46:31: activating Nametab "V_OIJTSLOC":
    3 ETP355Xstatements:
    3 ETP399 DROP VIEW "V_OIJTSLOC"
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_OIJTSLOC"
    3 ETP399 ("MANDT",
    3 ETP399 "TSYST",
    3 ETP399 "LOCID",
    3 ETP399 "LOCNAM",
    3 ETP399 "BLOIND",
    3 ETP399 "DELIND",
    3 ETP399 "RDACT",
    3 ETP399 "TSNAM")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."TSYST",
    3 ETP399 T1."LOCID",
    3 ETP399 T1."LOCNAM",
    3 ETP399 T2."BLOIND",
    3 ETP399 T2."DELIND",
    3 ETP399 T2."RDACT",
    3 ETP399 T3."TSNAM"
    3 ETP399 FROM
    3 ETP399 "OIJTSLOC" T1,
    3 ETP399 "OIJLOC" T2,
    3 ETP399 "OIJTS" T3
    3 ETP399 WHERE
    3 ETP399 T2."MANDT" = T1."MANDT" AND
    3 ETP399 T2."LOCID" = T1."LOCID" AND
    3 ETP399 T3."MANDT" = T1."MANDT" AND
    3 ETP399 T3."TSYST" = T1."TSYST"
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:31: succeeded,  DDL executed
    3 ETP359 "V_OIJTSLOC                    " total time = 00:00:00
    3 ETP379X13:46:31: activating Nametab "V_OIJTSLOCBL":
    3 ETP355Xstatements:
    3 ETP399 DROP VIEW "V_OIJTSLOCBL"
    3 ETP399 
    2WETP354 13:46:31: Warning: Retcode 512: SQL-error "942" in DDL statement for "V_OIJTSLOCBL       
    2WETP354           " - IGNORED
    2WETP399 SQL-error-Text: "ORA-00942: table or view does not exist"
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_OIJTSLOCBL"
    3 ETP399 ("MANDT",
    3 ETP399 "TSYST",
    3 ETP399 "LOCID",
    3 ETP399 "PBLTYP",
    3 ETP399 "PLANIND",
    3 ETP399 "TSNAM",
    3 ETP399 "LOCNAM")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."TSYST",
    3 ETP399 T3."LOCID",
    3 ETP399 T2."PBLTYP",
    3 ETP399 T5."PLANIND",
    3 ETP399 T1."TSNAM",
    3 ETP399 T4."LOCNAM"
    3 ETP399 FROM
    3 ETP399 "OIJTS" T1,
    3 ETP399 "OIFSPBL" T2,
    3 ETP399 "OIJTSLOC" T3,
    3 ETP399 "OIJLOC" T4,
    3 ETP399 "OIFSPBLT" T5
    3 ETP399 WHERE
    3 ETP399 T1."MANDT" = T3."MANDT" AND
    3 ETP399 T1."TSYST" = T3."TSYST" AND
    3 ETP399 T4."MANDT" = T3."MANDT" AND
    3 ETP399 T4."LOCID" = T3."LOCID" AND
    3 ETP399 T4."MANDT" = T2."MANDT" AND
    3 ETP399 T4."PBLNR" = T2."PBLNR" AND
    3 ETP399 T5."MANDT" = T2."MANDT" AND
    3 ETP399 T5."PBLTYP" = T2."PBLTYP"
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:31: succeeded,  DDL executed
    3 ETP359 "V_OIJTSLOCBL                  " total time = 00:00:00
    3 ETP379X13:46:31: activating Nametab "V_OIRBPBLMAT":
    3 ETP355Xstatements:
    3 ETP399 DROP VIEW "V_OIRBPBLMAT"
    3 ETP399 
    2WETP354 13:46:31: Warning: Retcode 512: SQL-error "942" in DDL statement for "V_OIRBPBLMAT       
    2WETP354           " - IGNORED
    2WETP399 SQL-error-Text: "ORA-00942: table or view does not exist"
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_OIRBPBLMAT"
    3 ETP399 ("MANDT",
    3 ETP399 "PBLNR",
    3 ETP399 "RNBT",
    3 ETP399 "MATHANDGRP",
    3 ETP399 "SEQNR",
    3 ETP399 "MATNR")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."PBLNR",
    3 ETP399 T1."RNBT",
    3 ETP399 T1."MATHANDGRP",
    3 ETP399 T2."SEQNR",
    3 ETP399 T2."MATNR"
    3 ETP399 FROM
    3 ETP399 "OIRBPBLB" T1,
    3 ETP399 "OIRBMATMET" T2
    3 ETP399 WHERE
    3 ETP399 T1."MANDT" = T2."MANDT" AND
    3 ETP399 T1."PBLNR" = T2."PBLNR" AND
    3 ETP399 T1."RNBT" = T2."RNBT"
    3 ETP399 
    3 ETP356 executed ( "00:00:01" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:32: succeeded,  DDL executed
    3 ETP359 "V_OIRBPBLMAT                  " total time = 00:00:01
    3 ETP379X13:46:32: activating Nametab "V_VGNVA":
    3 ETP355Xstatements:
    3 ETP399 DROP VIEW "V_VGNVA"
    3 ETP399 
    2WETP354 13:46:32: Warning: Retcode 512: SQL-error "942" in DDL statement for "V_VGNVA            
    2WETP354           " - IGNORED
    2WETP399 SQL-error-Text: "ORA-00942: table or view does not exist"
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_VGNVA"
    3 ETP399 ("MANDT",
    3 ETP399 "VSNMR",
    3 ETP399 "VSKAT",
    3 ETP399 "VSINACT",
    3 ETP399 "EXT_AUFNR",
    3 ETP399 "AUTYP",
    3 ETP399 "VORNR",
    3 ETP399 "LTXA1")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."VSNMR",
    3 ETP399 T6."VSKAT",
    3 ETP399 T6."VSINACT",
    3 ETP399 T1."EXT_AUFNR",
    3 ETP399 T1."AUTYP",
    3 ETP399 T3."VORNR",
    3 ETP399 T3."LTXA1"
    3 ETP399 FROM
    3 ETP399 "VSAUFK_CN" T1,
    3 ETP399 "VSAFKO_CN" T2,
    3 ETP399 "VSAFVC_CN" T3,
    3 ETP399 "VSPRPS_CN" T4,
    3 ETP399 "VSPROJ_CN" T5,
    3 ETP399 "VSKOPF" T6
    3 ETP399 WHERE
    3 ETP399 T1."MANDT" = T2."MANDT" AND
    3 ETP399 T1."MANDT" = T3."MANDT" AND
    3 ETP399 T1."MANDT" = T4."MANDT" AND
    3 ETP399 T1."MANDT" = T5."MANDT" AND
    3 ETP399 T1."MANDT" = T6."MANDT" AND
    3 ETP399 T1."VSNMR" = T2."VSNMR" AND
    3 ETP399 T1."VSNMR" = T3."VSNMR" AND
    3 ETP399 T1."VSNMR" = T4."VSNMR" AND
    3 ETP399 T1."VSNMR" = T5."VSNMR" AND
    3 ETP399 T1."VSNMR" = T6."VSNMR" AND
    3 ETP399 T2."AUFNR" = T1."AUFNR" AND
    3 ETP399 T3."AUFPL" = T2."AUFPL" AND
    3 ETP399 T1."PSPEL" = T4."PSPNR" AND
    3 ETP399 T5."PSPNR" = T4."PSPHI" AND
    3 ETP399 T6."OBJNR_PD" = T5."OBJNR"
    3 ETP399 AND
    3 ETP399 T3."INACT"
    3 ETP399 = ' '
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:32: succeeded,  DDL executed
    3 ETP359 "V_VGNVA                       " total time = 00:00:00
    3 ETP379X13:46:32: activating Nametab "V_VGNWA":
    3 ETP355Xstatements:
    3 ETP399 DROP VIEW "V_VGNWA"
    3 ETP399 
    2WETP354 13:46:32: Warning: Retcode 512: SQL-error "942" in DDL statement for "V_VGNWA            
    2WETP354           " - IGNORED
    2WETP399 SQL-error-Text: "ORA-00942: table or view does not exist"
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_VGNWA"
    3 ETP399 ("MANDT",
    3 ETP399 "VSNMR",
    3 ETP399 "AUFNR",
    3 ETP399 "AUTYP",
    3 ETP399 "VORNR",
    3 ETP399 "LTXA1")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."VSNMR",
    3 ETP399 T1."EXT_AUFNR",
    3 ETP399 T1."AUTYP",
    3 ETP399 T3."VORNR",
    3 ETP399 T3."LTXA1"
    3 ETP399 FROM
    3 ETP399 "VSAUFK_CN" T1,
    3 ETP399 "VSAFKO_CN" T2,
    3 ETP399 "VSAFVC_CN" T3
    3 ETP399 WHERE
    3 ETP399 T1."MANDT" = T2."MANDT" AND
    3 ETP399 T1."MANDT" = T3."MANDT" AND
    3 ETP399 T1."VSNMR" = T2."VSNMR" AND
    3 ETP399 T1."VSNMR" = T3."VSNMR" AND
    3 ETP399 T2."AUFNR" = T1."AUFNR" AND
    3 ETP399 T3."AUFPL" = T2."AUFPL"
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:32: succeeded,  DDL executed
    3 ETP359 "V_VGNWA                       " total time = 00:00:00
    3 ETP379X13:46:32: activating Nametab "V_VSAFVC_ORG":
    3 ETP355Xstatements:
    3 ETP399 DROP VIEW "V_VSAFVC_ORG"
    3 ETP399 
    2WETP354 13:46:32: Warning: Retcode 512: SQL-error "942" in DDL statement for "V_VSAFVC_ORG       
    2WETP354           " - IGNORED
    2WETP399 SQL-error-Text: "ORA-00942: table or view does not exist"
    2 ETP399  -
    DB-COMMIT() -
    3 ETP399 CREATE VIEW "V_VSAFVC_ORG"
    3 ETP399 ("MANDT",
    3 ETP399 "VSNMR",
    3 ETP399 "AUFPL",
    3 ETP399 "APLZL",
    3 ETP399 "ORGAUFPL",
    3 ETP399 "ORGAPLZL",
    3 ETP399 "INACT")
    3 ETP399 AS SELECT
    3 ETP399 T1."MANDT",
    3 ETP399 T1."VSNMR",
    3 ETP399 T1."AUFPL",
    3 ETP399 T1."APLZL",
    3 ETP399 T1."ORGAUFPL",
    3 ETP399 T1."ORGAPLZL",
    3 ETP399 T1."INACT"
    3 ETP399 FROM
    3 ETP399 "VSAFVC_CN" T1
    3 ETP399 
    3 ETP356 executed ( "00:00:00" )
    2 ETP399  -
    DB-COMMIT() -
    3 ETP378 13:46:32: succeeded,  DDL executed
    3 ETP359 "V_VSAFVC_ORG                  " total time = 00:00:00
    2 ETP301 -
    3 ETP361 "90" Shadow-Nametabs activated, DDL executed
    3 ETP362 "0" Shadow-Nametab activations failed
    2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2008/11/20 13:46:25")
    2 ETP363 End  : Act. of Shadow-Nametabs with DDL ("2008/11/20 13:46:32")
    2 ETP301 -
    1 ETP172 MOVE OF NAMETABS
    1 ETP110 end date and time   : "20081120134632"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    Excerpt of file GD6A902991.GP6 (I don't know how it can be useful..)
    3 DMC728 Der View muß auf der Datenbank gelöscht und neu angelegt werden
    3 DDO525XAktiviere abhängigen View "V_OIJRDSEL2"
    3 DMC728 Der View muß auf der Datenbank gelöscht und neu angelegt werden
    3 DDO525XAktiviere abhängigen View "V_OIJTS"
    1 DDH202 Prüfe abhängige Suchhilfe "OIJ_TSYST"
    1 DDH103 Suchhilfe "OIJ_TSYST" ist konsistent
    3 DMC763 Schlüsselfeld "TVTRT"-"VKTRA" fehlt
    2WDMC732 Alle Felder werden als Schlüsselfeld gewertet
    3 DMC728 Der View muß auf der Datenbank gelöscht und neu angelegt werden
    3 DDO526 View wurde mit Warnungen aktiviert"V_OIJTS"
    3 DDO525XAktiviere abhängigen View "V_OIJTSLOC"
    1 DDH202 Prüfe abhängige Suchhilfe "OIJLOCID"
    etc etc..
    3 DDT402 Append-Struktur "/CWM/WUEB" an Tabelle "WUEB" angefügt
    2WDDT191 Erweiterungskat. "3" möglich, aber Include oder Subtyp ist noch unklassif.
    3 DDT038 Aktivierung abhängige Tabelle "WUEB" erfolgreich
    3 DDT014XAktiviere abhängige Tabelle "ZCXCB"
    3 DDT402 Append-Struktur "OILZCXCB" an Tabelle "ZCXCB" angefügt
    2WDDT192 Erweiterungskategorie für die Tabelle fehlt
    2WDDT193 Erweiterungskategorie für Include oder Subtyp fehlt
    3 DDT059 Abhängige Tabelle "ZCXCB" wurde mit Warnungen aktiviert
    3 DDO525XAktiviere abhängigen View "M_OIJAA"
    1 DDH202 Prüfe abhängige Suchhilfe "OIJAA"
    1 DDH103 Suchhilfe "OIJAA" ist konsistent
    3 DMC728 Der View muß auf der Datenbank gelöscht und neu angelegt werden
    3 DDO525XAktiviere abhängigen View "M_OIJAB"
    1 DDH202 Prüfe abhängige Suchhilfe "OIJAB"
    1 DDH103 Suchhilfe "OIJAB" ist konsistent
    3 DMC728 Der View muß auf der Datenbank gelöscht und neu angelegt werden
    3 DDO525XAktiviere abhängigen View "M_OIJAC"
    1 DDH202 Prüfe abhängige Suchhilfe "OIJAC"
    1 DDH103 Suchhilfe "OIJAC" ist konsistent
    3 DMC728 Der View muß auf der Datenbank gelöscht und neu angelegt werden
    3 DDO525XAktiviere abhängigen View "V_OIJRDSEL"
    2WDMC506 Inkonsistenz beim Referenzfeld zu "V_OIJRDSEL"-"TMAXLOT"
    2WDMC506 Inkonsistenz beim Referenzfeld zu "V_OIJRDSEL"-"TMINLOT"
    2WDMC506 Inkonsistenz beim Referenzfeld zu "V_OIJRDSEL"-"TINCLOT"
    2WDMC506 Inkonsistenz beim Referenzfeld zu "V_OIJRDSEL"-"TMAXINV"
    2WDMC506 Inkonsistenz beim Referenzfeld zu "V_OIJRDSEL"-"TTARGET"
    etc etc..
    3 DDT014XAktiviere abhängige Tabelle "LEDSPD_ATOM_QUANTS"
    3 DDT402 Append-Struktur "/CWM/LEDSPD_ATOM_QUANTS" an Tabelle "LEDSPD_ATOM_QUANTS" angefügt
    2WDDT192 Erweiterungskategorie für die Tabelle fehlt
    2WDDT193 Erweiterungskategorie für Include oder Subtyp fehlt
    3 DDT059 Abhängige Tabelle "LEDSPD_ATOM_QUANTS" wurde mit Warnungen aktiviert
    3 DDT014XAktiviere abhängige Tabelle "LEDSPD_LIST_ITEM"
    3 DDT402 Append-Struktur "/CWM/LEDSPD_LIST_ITEM" an Tabelle "LEDSPD_LIST_ITEM" angefügt
    2

    Hi, Please go and download the log in ST22 in the time of the transporting these object and post here if you have any.
    Jey

  • Oil view in the material master

    Dear SAP Guru,
    in our project,  we share same material type with oil view activated for other Non-HPM Product. i have not  maintained oil view data of material master for Non-HPM Material.  But if you select oil view, the other field like UoM group , conversion group are visible as blank.
    When you select oil view, System should give error message-  Oil specific data not active for the organizational level. Message No. M3386
    Any advise.?
    Reagrds,
    Dilip Chavan
    SAP IS-Oil Consultant   

    Hi Shichang,
    Requirement is to pop up error message if oil view is not maintained for Non-HPM material.
    Regards,
    Dilip Chavan
    SAP IS-Oil (Downstream consultant). 

  • Quantity Conversion in F & A Pricing

    Hello friends,
    This question is related to F & A Pricing in IS-Oil MAP solution.
    I am facing a problem while changing a Billing Document in VF02. In the pricing item conditions screen, when I try to click on the zoom button of a F & A condition type, I am getting the following error message.
    "Unable to convert between units of measure L15 and TO for material". But in the material master of the given material, the converion between TO and L15 has been maitained. 
    Also I am aware that the F & A pricing might also use the QCI component for the conversion. So anyone help me on where to look for the quantity conversion details specified for F & A pricing.
    Thanks in advance,
    Sankar.

    Dear Shankar,
    Adding TO in UoM group may lead to inconsistencies for those material documents posted already. Surprise that you see TO in QCI Test but not in UoM group.
    To analyse further, Please check in table LIPSO2 using the delivery document number and Item number and see whether you see a quantity for TO or other mass UoM such as KG. Also please share the below information.
    1. Transaction qty and UoM.
    2. Base Uom and quantity
    3. F&A Price quotation price units.
    Regards,
    Natarajan

  • Upgrade issue for Oil and Gas HPM

    Dear friends,
    I am facing a strange a strange situation when I am testing the same material in two environment viz., 4.6 and ECC 6. The situation is:
    I am trying to go posting for a material (in this case I am doing MI04) in ECC and I am getting an error "Quantities cannot be converted for the material MM328". When I checked the material, 'oil view', I find UoM group is used and no conversion group. Base unit used is not present in the UoM group. When I use the Liter in the conversion from the base unit, it is getting posted. I feel system is working properly as per the master data setting.
    But when I checked the earlier system (4.6C), the document is getting posted. When I checked the master data, only UoM group is maintained and no conversion group maintained. And no liter is maintained in the conversion from the base unit, and base unit is not maintained in the UoM group. But I have a doubt whether system is working as per the setting in this case.
    So my question is:
    1. Whether we should maintain always UoM group and conversion group together?
    2. What is standard SAP behaviour if we only maintain UoM group and no conversion group?
    Appreciate your help on this.
    Thank you,
    Prakash

    May be you could use batch management for these items.
    There are different attribute fields and you can add UDF too to the OIBT table.

  • New to IS-Oil

    Hi guys
    i am really new to IS Oil.. just need some informations regarding MM module in IS Oil...
    1) any PDF files about the MM process ?
    2) what are the important transactions used in MM IS Oil? also how we navigate is oil access menu???
    your help is really appreciated.
    Thanks& regards
    Ganeshkumar

    Hi GaneshKumar,
    Oil uses normal MM tranactions. we have a oil specific view in material master where the quantity conversion group, UOM group are defined.
    You can refer to this link for more details.
    http://help.sap.com/saphelp_oil472/helpdata/en/09/c7183619b5a45ee10000009b38f889/frameset.htm
    Refer Hydrocarbon Product management to know more about oil quantity conversions.
    Best Regards,
    Soumya

  • IS OIL-Additional Quantities Modification through BAPI in delivery creation

    Hello Experts,
    I have a case. I need to create an outbound delivery by BAPI_DELIVERYPROCESSING_EXEC
    and we want to modify the Additional Quantities of IS - OIL fields
    Material Temperature (MTTMP), Test Temperature (TSTMP), Test Density
    (TDICH), Density at standard/base conditions (BDICH).
    The thing is that in SAP Release 4.72 we didn't find a standard bapi or
    function module to do that.
    How can we solve this?
    Best Regards,
    Pablo

    Dear Pravin/pablo.,
    i would like to konw the reason for changeing the Addition QTy in delivry .Hence based on the Conversion we are selecting in the materail master is oil view .its goes to the Qci calculator. based on the setting. and calculation its giving the Add UOM..
    thn wts the purpose of changing the ADD Qty UOM?
    or they might of not usinf this QCI...
    if we are not using the QCI its possble to Get the ADD UOM like density,test temp ect ./.
    i not come acroos this senarion pls ..
    tel me its possible to get the ADD UOm with out ? QCI..?
    Thanks and regards
    RAJA

  • ASTM tables in IS-OIL

    Hi All,
    Our client is into upstream Oil and Gas. We are implementing a SAP solution and would be using the relevant ASTM tables for conversion and measurement.
    Could someone please guide me with the step-by-step process to be followed, in order to use ASTM tables in SAP. I.e. can someone please let me know, how to configure the SAP system to use ASTM tables/Standards.
    This is an urgent requirement. Your response in this regards is highly appreciated.
    Regards,
    Sumita Mittra

    Hi,
    You need to install API/ASTM  table on operating system level and (call a external program OS level)  
    please complete config. on  IMG- under measurement -QCI Config.installation is done by basis team. 
    Regards,
    Dilip Chavan.

  • No entries in Define conversion group and external function module setting.

    Hi all,
    After active bussiness function SAP Oil & Gas, my system have a problem in SPRO.
    SPRO --> IMG --> Industry solution Oil & Gas (Downstream) --> HPM --> QCI configuration --> Define conversion group and external function module setting.
    Problem appear: Has no entries in there!
    Please, help me! Thank you so much!
    Tks & best regards,
    DatHT

    Dat,
    There are few entries normally delivered by SAP and which are good for a regular implementation. It is possible that those are not copied over from the reference client. Second option is to check the BC set (if) available for this activity and pull those in. Check the SAP reference client first, most likely that has entries which you can copy over to your regular client.
    Regards,

  • Quantity conversion check failed for one item; all qty lines deleted

    Hi IS Oil Experts,
    Iam using the BAPI "BAPI_GOODSMVT_CREATE_OIL" for posting goods movement. I filled the additional quantities and unit of measures also in the BAPI table, But when tried to execute, Iam getting the error, "Quantity conversion check failed for one item; all qty lines deleted"
    Please anybody tell me what is the error from end for resulting this message.
    Thanks in advance
    Prathib

    Dear you!
    I also get the issue that you meet. Can you help me to process it, Please/
    Best regards, Huy.

  • Conversion factor problem for density - PP-PI

    Hi Gurus!
    Now  i am in pp implementation for  process industry.
    (Lubricants manufacturing Industry)
    1. On production of Semi Finished product each batch will be given a conversion factor where Raw materials will be consumed in KG and on MIGO (GR) output of Semi finished will be captured in Liters. In BOM for SKU (STOCK KEEPING UNIT) wise production it will be maintained in Liters.
    Now my area of concern are:-
    1. Conversion factor to be used at what stage & whether it is to be made flexible for each Process Order:   
       In proposed PP module it is being principally decided to undertake production of final FG in two stages. 
       First the production will be for product and in second stage it will be for the SKUs. The consumption of RAW materials will continue to be booked in KG. After the Blending is over when we do the GR for the Semi finished product the unit of measure should be in Liters ( that will depend on the Density after Blending)only.
       In Blending( Mixing of Base oil & Additive) operation the quality person will check the density (Kg/L)
    After applying the density he arrives semifinished quantity as detailed below:
    For Example  : semifinish  UOM  -
    Liter
                Raw mat1  qty   850Kg
                Raw mat2   qty  150kg
                        Total   =   1000kg
    Density of semifinish Material at 29.5deg C = 0..8957
    semifinish quantity  is  1000/0.8957 = 1116.45  Liter ( This is actual output)
    we need At the time of confirmation(COR6) the system will consume the raw material as 1000Kg and will give Semifinished qty as 1116.45  Liter
    How to map in SAP?
    Regards
    Ramrao

    Hi,
    You can handle this scenario by the use of Batch specific unit of measure.
    For Your Halb code use two unit of measure,
    - one which will be your Base Unit of measure - KG
    - Second will be your Production unit - Ltr,
    [ Batch Specific Unit of Measure|http://help.sap.com/bestpractices/BBLibrary/Documentation/Q24_BB_ConfigGuide_EN_US.doc]
    Now Do production / Confirmation and GR in KG.
    Insert MIC for Density where QA person do the test for Denstity.Use this MIC as a Link MIC so that value of MIC transfer to the Batch data of that Batch no. of that Halb code.
    With help of settings made in Batch specific unit of measure and dependency u will find stock in liters also.
    Regards,
    Dhaval

Maybe you are looking for

  • KIMYONG: AP Invoice Distributions  에서  Track As Asset 사용법

    Purpose Invioc 등록시 asset 계정이 아닌 expense 계정도 FA로 넘기기 위해서는 track as asset을 사용합니다. 이에대한 설명을 하고자 합니다. Solution The Navigation Path 는 아래와 같습니다. Payables>Invoices>Entry>Invoices Press Distributions button Track as Asset을 check하는 것은 아래 의미를 가지고 있씁니다. Checkbo

  • Launching Replication Monitor problem

    Hi team, while launching replication monitor, i can't able to see other server replication details. only my local server publication details can able to see.Kindly find below for ref. what shall i do for seeing other server publication details?  Rega

  • How to make a presentation screenfilling with powerbook Pro 17 inch screen

    I made a presentation with photographs. Now I want it to play filling up the screen. My pics are the original 2x3 format (six by four on 300 dpi), it does fill up in height, but not in width. I have two black borders on the side of my slides. How can

  • Suse enterprise 9

    How to install guide for oracle 10g in suse enterprise 9

  • Controller losing APs

    Hi All, This is a bit odd but it has been happening ever since we have been using the Cisco wireless APs and the 2106 Controllers. When ever the controller goes down, either through power outage or planned outage the APs lose connection and never rec