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

BOM Explosion Problem

Former Member
0 Likes
799

Hi All,

Can anybody please tell me which is the field AENNR (Change Number ) in the parameter list of the function module 'CS_BOM_EXPL_MAT_V2'.

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
743

Hi,

It is the field which is present in the BOM header Table .ie. STKO-AENNR.

Regards,

Anji

Read only

0 Likes
743

Ya that I know but I want to know whether this field is there in the parameter list of the function module 'CS_BOM_EXPL_MAT_V2'

If it is there , then which parameter it is??

Read only

0 Likes
743

Hi,

I don't find this field in the parameter list of the Fun Module (Neither in IMPORT nor in EXPORT) CS_BOM_EXPL_MAT_V2. Why you need it? what's your exact problem?

Regards,

Anji

Read only

0 Likes
743

I am having a report which is similar as that of transaction CS12. In transaction cs12 there is a change number parameter if u enter change number in that parameter , the transaction shows the records for that change number,

Now I want to implement this in my report

I have used the function module 'CS_BOM_EXPL_MAT_V2' for selecting data, thats why I was asking for this thing.

Now is there any way to implement this .

Thanks

Read only

0 Likes
743

If u have Change Number then u can make use of this fm

CC_CHANGE_NUMBER_READ

or

first get the change number from STPO then call this Fm.

Regardds

Prabhu

Read only

Former Member
0 Likes
743

Rahul

I am working on same kind of requirement. Can you please let me if you have found out where we need to give the AENNR (Change number) to this FM. Please let me know how you got this revolved.

Thanks in advance

VAN