cancel
Showing results for 
Search instead for 
Did you mean: 

Process Integration (PI) & SOA Middleware

0 Kudos

SAP Process Integration

RFC to JDBC interface Asynchronous - Storded procedure process

Hi Experts,

I want help to get it completed below very soon..

My Scenario is sender RFC and Receiver JDBC ..

1. how can i map from source to target for JDBC stored procudeure.

The DSKey table contains the item, customer ID and ShipTo values for every record in DSX. The SAPUpload contains sample data for now. The new fields are not yet populated in DSX and we can’t run real data until we have the on hand inventory, open orders and open receipts files finalized and RP fully implemented.

Two stored procedures have been written to update these tables.

Accepted Solutions (0)

Answers (1)

Answers (1)

apu_das2
Active Contributor
0 Kudos

Hi Charan,

I guess your receiver structure is not correct. For Stor Proc it should be like below -

XXXX_Store_Proc

action

access

Field1

IsInput

Type

Field2

IsInput

Type.

.

.

.

Thanks,

Apu