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

Function modules copy from standard FM?

Former Member
0 Likes
675

Hi All,

I am copying FM CS_BOM_EXPL_MAT_V2 into ZCS_BOM_EXPL_MAT_V2 for some calculation.

I already copied the Function group CSS4 into ZCSS4 but when I m using ZCS_BOM_EXPL_MAT_V2 in my program I am not

getting the right BOM.

Where I am worng plz let me know?

Thanks and Regards

Steve

5 REPLIES 5
Read only

Former Member
0 Likes
629

Well, you probably made a mistake.

Rob

Read only

0 Likes
629

Thanks Rob,

Where should I made a mistake ?

Plz suggest ,,What else required ?

Thanks and Regards

Steve

Edited by: Steve Johnson on Jan 23, 2010 5:20 AM

Read only

Former Member
0 Likes
629

One of the mistakes you made was to ask a question that doesn't give nearly enough information for anyone to possibly give a helpful answer. Please try to analyze your problem and tell the forum what you are trying to do and what doesn't work.

Rob

Read only

Former Member
0 Likes
629

Copying a complete function group is fraught with future challenges, particularly because you will not get the benefit of any changes / fixes to the standard code that SAP may deliver in subsequent support packs... You may be better off enhancing the standard code or perhaps writing a "wrapper" around a call to the standard CS_BOM_EXPL_MAT_V2 (or the CS_BOM_EXPLOSION' function that it calls) and use this wrapper logic to customise the results returned to your calling program.

Jonathan

Read only

Former Member
0 Likes
629

answerd