Application Development and Automation 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: 
Read only

BDC

Former Member
0 Likes
706

Hi,

What does the BDC_OKCODE = '=PA' means?

Regards,

Sai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

Hi,

BDC_OKCODE is tracking the sy-ucomm value in the BDC, this is tuff to tell which sy-ucomm has this valye ,you need to check yourseldf...either go in the debugger mode while excuting the Tc-de or serch the Pf sttaus set for this BDC.

Pooja

3 REPLIES 3
Read only

former_member632729
Contributor
0 Likes
673

Hi,

'PA' is UCOMM -> user command..

Read only

Former Member
0 Likes
673

Go to transcation where you have seen this Function code.

extecute the transaction and in commnad bar type '=PA' .

check what is happening by the same.

else go to the program where you are doing the BDC in SE80. open PF status of screen and see what is there against function code '=PA'.

Read only

Former Member
0 Likes
674

Hi,

BDC_OKCODE is tracking the sy-ucomm value in the BDC, this is tuff to tell which sy-ucomm has this valye ,you need to check yourseldf...either go in the debugger mode while excuting the Tc-de or serch the Pf sttaus set for this BDC.

Pooja