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 in Call Transaction 'FD24'

Former Member
0 Kudos

Hi All,

I am getting an error message while call the transaction FD24

the code which i have written :

SET PARAMETER ID 'KUN' FIELD l_v_kunnr.

SET PARAMETER ID 'KKB' FIELD l_v_kkb.

CALL TRANSACTION 'FD24'.

even though the variables l_v_kunnr and l_v_kkb are initialized.

the error message 'Fill all required fields' is displayed.

I have tried with call trasaction 'FD24' using bdcdata also.

still the error message is displayed.

please provide solution to resolve this

Thanks,

Preethi.

4 REPLIES 4

Former Member
0 Kudos

HI,

for FD24

SAPMF01A is the prog and screen no is 105 give this in screen painter SE51 and in the layout of the screen double click the Customer I/O fld and on the attributes screen u can find that SET parameter and GET parameter unchecked

this might be the reason for the error..........

Cheers,

Will.

0 Kudos

Hi All,

Thanks for the replies.

But I need to call the Tcode FD24 by setting the customer and the controlling area.

Is there any way to do this.

Thanks & Regards,

Preethi G.

0 Kudos

Hi,

I don think v can do this...........

Former Member
0 Kudos

Hi,

In the screen painter of that screen SET/GET Parameters for RF01A-KUNNR & RF01A-KKBER are not checked. So you can not pass parameter values to those fields.

Regards,

Satish