cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP C4C Custom Object Volume Checks and Validations

Navnit39
Explorer
233

Dear Experts,

We have a requirement where we need to bring the product stock information from SAP B1 to SAP C4C. As we need to get the details of the product like below

Product 

  • Warehouse
    • Bin
      • Batch
        • Quantity

After considering all the standard solutions we concluded that we have to go with a custom solution of creating the business object and replicate the data from SAP B1.

Below is the proposed structure of custom BO:

  1. Root Node
    • Child Node (First child)
      • Child Node (Second child)
        • Child Node (Third child)
          • Child Node (Fourth child)

We are going to define the BODL of the customer BO as per the above design and the records in the BO will exceed more than 10 million.

We wanted to know about SAP standard limitations as per below points

  • Can we define such kind of complex custom BO 
  • Is there any limit for the number of records/data?
  • Since we are going to use custom BO to replicate the data from SAP B1, do we have any limitations for this kind of complex structure?
  • Since we are going to use this custom BO to integrate the data while building the API or WSDL which option is suggested by SAP whether SOAP method or REST method?
  • Once the custom BO has data, do we have any issue while retrieving the data on the screen level (seeing the data on the OWL screen)?

Below is the field names and the data types we are going to be defined

Sno

Field Name

Data Type

1

Product ID

ID

2

Product Name

Medium text (80 char)

3

Ware house

ID

4

Ware house Name

Medium text (80 char)

5

Bin ID

ID

6

Bin Name

Medium text (80 char)

7

Batch ID

ID

8

Batch Name

Medium text (80 char)

9

Quantity

Quantity/Numeric

10

UOM

Unit of Measurement

11

Stock (Quantity)

Quantity/Numeric

12

Committed Stock (Quantity)

Quantity/Numeric

13

Available Stock (Quantity)

Quantity/Numeric

14

Ordered Stock (Quantity)

Quantity/Numeric

15

Category

Medium text (80 char)

16

Sub Category

Medium text (80 char)

17

Average Price

Currency

18

8% - Price

Currency

19

10% - Price

Currency

20

12% - Price

Currency

21

15% - Price

Currency

22

In (MT)

Weight

23

Weight (Inventory)

Weight

Kindly please suggest as the SAP C4C will support us with the above mentioned details

Considering the above information, let me know if c4c standard can cater our requirement in a standard way.

 

Thanks in Advance,

Best Regards,
Navaneeth Kumar.D

Accepted Solutions (0)

Answers (0)