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: 

Problem with SHDB Recording-BDC for CN25

former_member182379
Contributor
0 Kudos

Hi,

I am making the BDC for SAP PS Transaction CN25 (Create Netwrok confimration), in this transaction without BDC when we execute it normal after pressing the SAVE button, system gives a Pop Up to confirm with 'Yes, No, and Cancel button', but when I am recording the this transaction CN25 with SHDB, after pressing the SAVE button, it directly comes out of recording and that Pop Up is not coming in SHDB recording, what can be issue, or is there any other option for this.

Regards,

Zafar

3 REPLIES 3

AnoopMayamkote
Participant
0 Kudos

instead of BDC Use  BAPI_BUS2002_ACT_GETDATA to read the data and  BAPI_NETWORK_CONF_ADD to write the data.

0 Kudos

Hi Anoop,

    Thanks for the reply, befroe BDC we try this BAPI, but the problem with this is along with the confirmation % we are entering the qunaity in the field Prcoess to confirm and Remaining prcoess,

That field values are not getting updated when we use BAPI 'BAPI_NETWORK_CONF_ADD' thas why we are trying with BDC process.

Regards,

Zafar

0 Kudos

Hi,

This issue is observed in many standard transaction.

What you can do is, just check the value of User command on Save of CN25 and manually pass its value in the program.

It will work.

Regards,

VS