Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Re: How to specify to only consider certain locations during the planning?

$
0
0

Also, would you mind explaining what fields 2 to 4 affect and how they work? I haven't been able to find any specific documentation on Optimizer Settings.

 

Thank you,

Adrian


Re: Inbound delivery Table providing Shipment number

$
0
0

Movement types are part of the goods movement documents, not delivery. Technically you are trying to merge the data from 3 different documents - GM, delivery, shipment.

 

The tables for the inbound shipments are the same as for the outbound, I believe - VTTK/VTTP. There is shipment list available, check the standard menu. I doubt you'll find any standard transaction that would have both shipments and goods movement data. Check "where used" for the tables, maybe you have a custom report available.

Re: Network input/output exception has occurred: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints...

$
0
0

Solution worked for my also

 

Thanks a lot Heiko

Re: How Can i connect HCP system to C4A?

$
0
0

Hi Matt,

 

It was the feature that was disabled by SAP from the backend. They enabled it and I can see the proxy settings now but I still cannot add the HCP system with host, username and password. So, I am still working on this.

 

Regards,

Hardik

Re: Viewing SAP Lumira Visualizations on Ipad

Re: Can't create sales order for a customer

Question about inserting or updating

$
0
0

I need to loop through all the warehouses in a given PLANT (by the given "PlantId") and total the transaction data into a summary "InventoryMovement" table:  I need to totalize, for each inventory item, the initial inventories, the purchases, sales, etc....

 

 

Using the "initial inventory" as an example.   For each warehouse, I need to INSERT into the "InventoryMovement" the initial inventory if the record doesn't exist, but UPDATE it if there already is a record for the given item. 

 

I'm in a mental block and can't figure out how to do this...

 

Parameters:   @PlantId     -  Plant we are working on

                    @InitialDate -  Initial date

 

 

   FOR WarehousesLOOP AS CURSOR_Warehouses

      CURSOR FOR

          SELECT WarehouseId       AS @WarehouseId

          FROM PlantWarehouses

          WHERE PlantId = @PlantId

      DO

            -------------------------------------------------------------------------------------------------

            -- INITIAL INVENTORY

            -------------------------------------------------------------------------------------------------

            INSERT INTO InventoryMovement

            ON EXISTING UPDATE

                  (PlantId,ItemId,MovementDate,InitialInventoryQty)

                  SELECT @PlantId,ItemId,InventoryDate,Quantity

                  FROM InventoryCount WHERE WarehouseId = @WarehouseId AND InventoryDate = @InitialDate

            --

         END IF;

   END FOR;

  

The above fails because for rows that already exists I don't want to just overwrite them, I need to ADD the existing's row InitialInventoryQty with the new warehouse's qty.

 

Does this make sense?    How do I do this sort of thing in SQL?

  

   Best regards,

   Edgard

Re: Odata Creation


Re: How to change sap.m.Table cell color based on condition in XML View ?

Re: Info structure Update Group error

$
0
0

We can't possibly know on SCN what is in the custom update group and in the structure where you are attempting to copy from. The error messages have nothing to do with the Z field and point to the mismatch between the update event and source table.

 

I'd suggest not to copy the update from another structure (that might as well be incompatible) but create one instead.

Re: Changing the SLC Qualification and Evaluation background page

$
0
0

Hey guys,

 

I figured it out.

You go to se80--->>Upload Your Custom image under these folders QUA_CMN, ROS_EXT, S3Q_EXT, ROS_EXT_2, EVALUATION and EVA_CMN.

 

Make your custom image name the same as the standard one in order to avoid changing standard code on the tcode: SPRO.

TCURR table

$
0
0

Need to load the TCURR table excahnge rate to BPC.

 

Can the TCURR exchange be directly loaded to BPC rate application?

 

Or is it required to be loaded thru stage cube?

 

Can we use load TCURR rates to BPC using intermediary remote cube?

 

Appreciate inputs.

Re: Working with COM in PB

$
0
0

Does ConnectToObject ( ) work? Rather than connect to new. I seem to recall something from five years ago...

Re: User Exit for ME22N message output control

$
0
0

Hi Patrick,

 

I don't see either MM06E05 or the BADI has anything related processing of message output. Do you have this kind of experience?

 

Thanks,

Charles

Re: IDT in SAP BO 4.1 SP7 ... SAP Netweaver BW driver does not exist


Re: CTM is generating dependent demand on Phantom Assembly instead of components of Phantom Assembly

$
0
0

All,

 

This issue was fixed using notes 1962601 and 1980588.

 

Regards

Abhishek

Re: Delivery block in sales order - status EXLS (Export Control)

$
0
0

Can you please tell the configuration Path in SPRO ?

Destinations in SAP WEBIDE from HANA Cloud Trial Account

$
0
0

I created HANA Cloud Trial Account and created destinations.  System says connection is good.  Then in SAP WEBIDE I do not see destinations.

Any idea?

sapinst.exe is not available in NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version

$
0
0

HI Mates..!

 

I am learner and student I downloaded SCN - SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version

but sapint.exe (installer) is not available in downloaded pack.

 

kindly could any body guide me to install the NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version on my local laptop for learn by doing

 

Regards

Re: Round off of decimals in SPS 8 and SPS 10

$
0
0

Hi,

 

You can fix this by using following formula for calculated column

 

round((column A / column B),2)

 

I hope, this will help you.

 

-Vikram Divekar

Viewing all 8667 articles
Browse latest View live




Latest Images