Hi All,
I developed an zRFC which will create a change order and material in ECC.
PI will post the data to ECC and I have provided the signature to PI consultant .
For a single change order there can be multiple materials .
Change order is in import parameter of RFC . change order has a number and description.
And in tables parameters , I have material no , details etc .
So change order : materials is 1: N relationship.
When PI is posting data to ECC , i could only get change order details and not getting material details into RFC @ runtime ( srdebug) .
Is there any issue in RFC signature or could it be a mapping issue from PI ?
Any idea ? Below is the RFC signature. I am trying multiple combinations and no luck ? can any one guide me ?
Import | - | - | - | - | - | - |
Parameter Name | TYPE | associated type | opt | pass value | table type | structure |
ZCHG_ORD_DET | TYPE | ZCHG_ORD_DET | X | |||
ZAGILE_MATERIAL2 | TYPE | ZRFC_AGILE_MAT | X | X | ZRFC_AGILE_MAT | |
ZAGILE_MATERIAL4 | TYPE | ZRFC_AGILE_MATERIAL | X | X | - | ZRFC_AGILE_MATERIAL |
Tables | - | - | - | - | - | - |
ZAGILE_MATERIAL | TYPE | ZRFC_AGILE_MAT | X | - | ZRFC_AGILE_MAT | - |
ZAGILE_MATERIAL3 | LIKE | ZRFC_AGILE_MATERIAL | X | - | - | ZRFC_AGILE_MATERIAL |
Regards
Rajesh