Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Check Activity detail data at Save for Network transaction (CN22)

former_member204264
Participant
0 Kudos

Dear experts,

User Fields in Activity detail data for all Ext.Processing entries must be validated at Save in CN22 transaction. Debugging general program when Save button is pressed, i can't find what variable contains activity detail data table before save in BBDD.

Actually I have this validation in method AT_SAVE for badi WORKORDER_UPDATE but Client doesn't want a Updated cancelled notification in Inbox (this is the result of doing this validation in this Badi), requirement is display a error message at save without losing data and without exit from CN22 transaction .

Any idea to satisfied this requirement?

Thanks a lot and best regards to all.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

Did you try to call some FM like CO_BT_AFVG_READ_WITH_INDEX to read table AFVG_BT from memory of function group COBO ?

2 REPLIES 2

raymond_giuseppi
Active Contributor

Did you try to call some FM like CO_BT_AFVG_READ_WITH_INDEX to read table AFVG_BT from memory of function group COBO ?

former_member204264
Participant
0 Kudos

Thanks a lot Raymond, your reply was very useful for me.

At last I used FM CO_BT_AFVG_GET_ALL to get all entries and check them.

Best regards.