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: 

C223 recordin problem

Former Member
0 Kudos

Hi,

I have done the recordin for the tcode c223

I have created a BDC program using session method and its workin fine..

now the requirement changed to call transaction method.. as I have changed the program to

call transaction method this is not workin

it puts all the entries in the table control and finally when it needs to save it tells " function code cannot be selected "

Couldsome please tell me what to do? If it is recordin error i have done the recordin again which has come in the same way as it was earlier...

please tell me what to do now?

Nalina

2 REPLIES 2

Vijay
Active Contributor
0 Kudos

hi,

i think the problem is in the logic u have written in the bdc program.

it must have problem in sceen sequence and must be trying to find function code onto the wrong screen.

you can check it by running you bdc program in forground mode by the parameter MODE = A .

this way will get the error sceen and can rectify the same.

thanks & regards

vj

Former Member
0 Kudos

.