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

how to query and update standard Purchase Order from custom business object logic in S4hana cloud

ayechan
Participant
0 Likes
524

Hi all,

I would like to create a custom BO by key-user (in-app) extensibility in S4hana cloud.

And I would like to query the standard Purchase Order data and, show that data in custom BO by clicking a button.

And if user update something in custom BO and click "Save" button, I would like to update these updated data in standard Purchase Order application again.

Is it possible to do in custom BO logic that is created by key-user (in-app) extensibility?

How can I develop?

Could you please provide sample logic about this?

Thank You.

Best Regards,

Aye Chan

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Vincent_Zhu
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Aye,

Based on your description, on-stack extensibility is better for your case.

Please check out the following link for Purchase Order Business Object Interface:

https://api.sap.com/bointerface/I_PURCHASEORDERTP_2

 

Thanks

Vincent

ayechan
Participant
0 Likes
Hi Vincent, thanks for your suggestion.