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

Help in BDC

Former Member
0 Likes
436

Hi Friends,

I need your help in BDC recording.

In the recording, I am calling a report transaction which generates a simple classical list.Each record of the list contains a check box.The next step in recording requires few check boxes(of the list) to be selected based on some conditions.I am unable to capture the function code of the check box to complete the recording.The check box is simply a field of an internal table.

FORMAT COLOR COL_BACKGROUND.

WRITE: / gf_zprohi-xsele_b AS CHECKBOX,

Please provide me your valuable suggestions to resolve the issue.

Hi Friends,

I need your help in BDC recording.

In the recording, I am calling a report transaction which generates a simple classical list.Each record of the list contains a check box.The next step in recording requires few check boxes(of the list) to be selected based on some conditions.I am unable to capture the function code of the check box to complete the recording.The check box is simply a field of an internal table.

FORMAT COLOR COL_BACKGROUND.

WRITE: / gf_zprohi-xsele_b AS CHECKBOX,

Please provide me your valuable suggestions to resolve the issue.

1 REPLY 1
Read only

Former Member
0 Likes
377

Hi,

I haven't tried it before. I think the check boxes created using ALV Grid or Classical List does not support BDC.

@Others, Please correct me if I'm wrong.