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: 

BDC Recording not working for C223 .

Former Member
0 Kudos

Hi,

I have recorded a BDC fot Transaction C223. it is a PP transtaction .I takes the input as Plant and Material first and then it goes to the Subscreen below to enter some more details. I have recorded the complete transaction . The Values for the Matnr and Plant is getting populated but when it comes to the Subcreen below somehow it does not populate the values in that subscreen from the file.

I tried making a few more changes to the BDC. I Changd the scren no from 1000 to 1200 which the scubscreen dynpro no but all in vain.

Can anyone please let me know what is the solution to this BDC. Why the respective values are not getting populated in the subscreen.

Regards,

Deepak.

5 REPLIES 5

FredericGirod
Active Contributor
0 Kudos

Hi,

did you try to record the transaction using SHDB in background mode ?

regards

Fred

0 Kudos

Hi,

Please check if there will be some value filled for Master recipe and group in header area.

I faced same issue while I am trying to update master recipe and group.

If you will remove other things and only keep plant and material, you will see subscreen details.

Amit

0 Kudos

Hi Deepak,

Please try to record the transaction using SHDB and then compare how they are filling up the BDCDATA structure in the generated code and how it is done in your code.

You will also have an idea on which screen number to pass, ideally what you have done should be right. If the fields for which data has to be passed is in a sub-screen then the sub-screen number has to be passed to BDC and not main screen number. All your doubts may be solved only if you comapre the two codes.

Hope this helps, please reward points if this was helpfull!!

nabheetscn
Active Contributor
0 Kudos

What will your BDC do? Will it create some data..? How are you selecting the position if a new entry is to be created..?

Can you please share a screen shot of C223 tcode what you intend to do.

Former Member
0 Kudos

This message was moderated.