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

CS_BOM_EXPL_MAT_V2

Former Member
0 Likes
376

Hi All,

Iam using FM CS_BOM_EXPL_MAT_V2 in my program.

Iam passing sy-datum to the date field.(DATUV).

But it is showing an error that type is not matching.

Any one please help.

Regards,

Bindu.

Hi All,

Iam using FM CS_BOM_EXPL_MAT_V2 in my program.

Iam passing sy-datum to the date field.(DATUV).

But it is showing an error that type is not matching.

Any one please help.

Regards,

Bindu.

2 REPLIES 2
Read only

Former Member
0 Likes
337

Hi Bindu,

sy-datum is the current date and the required field is the Valid-from date.So please enter the valid date and check whether working or not.

Reward if helpful.

T & R,

Reema

Read only

Former Member
0 Likes
337

HI,

Declare your date variable same as type DATUV.

Thanks,CSR.

***Please Reward if helpful.