cancel
Showing results for 
Search instead for 
Did you mean: 

Holding values in PI

Former Member
0 Kudos

Hi All,

I have a requirement to hold a value in PI. The scenario is :

In a soap to IDOC scenario, a control number coming into PI has to be captured. Once the IDOC is posted successfully, we get a response. This response then has to be combined with the control number captured earlier and the sent back to the source system.

Please share your inputs.

Yash

Accepted Solutions (1)

Accepted Solutions (1)

former_member194786
Active Contributor
0 Kudos

Hi Yahwanth,

Why not pass the control number to backend system and let them send the response along with the control number in the response. you would not need to call ABAP tables in PI this way.

Regards,

Sanjeev.

Former Member
0 Kudos

Hi ,

Thank you for the replies.. We are also thinking the way Sanjeev suggested.

Guess this would be a better solution.

But is there any other possibility to do this in PI ( apart from BPM and using PI tables ) ..

Thank you

yash

stefan_grube
Active Contributor
0 Kudos

You can store the value in the value mapping table. Then you can use value mapping in the response mapping to get the value.

Answers (3)

Answers (3)

Former Member
0 Kudos

Implemented the logic in R3

rajasekhar_reddy14
Active Contributor
0 Kudos

Done use IDoc and use ABAP Proxy at receiver side,if you want to store any values create ABAP Table in PI ABAP Stack,you can perfrom look to retrieve those values or you can fix value table too..

in this case you no need to BPM.

Regards,

Raj

Former Member
0 Kudos

We do not want to use BPM.