cancel
Showing results for 
Search instead for 
Did you mean: 

FM or method or routine to update Quotation Item WBS entry?

former_member607412
Participant
0 Kudos

Hi All,

I did a lot of google searching, but couldn't find anything on this.

Does anyone know how to programmatically fill in the WBS element name for each quotation item, after custom development done to create WBS element under existing operative structure, instead of the standard process of creating new project, after the quotation is secured and saved.

I've done some enhancements into an enhancement spot within the form CALL_CJWB_NEW_PROJECT; the WBS element is created correctly, and the hierarchy is updated, can be seen in CJ03. But I'm not getting the element name filled in the quotation item level when seen in VA22. Any idea how to feed the new WBS element back into the quotation item into appropriate VBAP entry?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Check in OVZI, for the item category, what Requirement Type is set. It should have been 11.

former_member607412
Participant
0 Kudos

It's actually KMPN (AssemOrd. with network/project)

jpfriends079
Active Contributor
0 Kudos

Hello mithun2kr,

What is the requirement class assigned to this requirement type?
Can you share the screenshot of the same?
Moreover, what strategy group is maintained in your material master?

Thanks,
JP

former_member607412
Participant
0 Kudos

Sorry for the trouble, 1005bf8318434f49964a5737c29bb265 and lakshmipathi.ganesan .

I figured it out, finally. Had to move my enhancement to a different FM, and filled in the PSPNR into a different internal table (SETTL_TAB), to make the WBS entries reach the items.

Now it's all good.

Lakshmipathi
Active Contributor
0 Kudos
I'm not getting the element name filled in the quotation item level

Share the related screen shot for better understanding.

former_member607412
Participant
0 Kudos

Here you go.... After I created the WBS element for this item, and inserted it into the hierarchy, the WBS element itself doesn't reflect back into this field. Any idea, how to get it here?

former_member607412
Participant
0 Kudos

I called the FMs CJ2054_CREATE and CJ2054_BUILD_HIERARCHY, to create the WBS and add it to the hierarchy.