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

Reg WBS data fetching

Former Member
0 Likes
596

iam unable to fetch the WBS data for MEXICO orders with the follwing query

*.select all date activities found for the WBS

SELECT afvcprojn afvcaufpl afvcaplzl afvuusr00

INTO TABLE gt_sid_hod

FROM afvc INNER JOIN afvu ON

( afvcaufpl = afvuaufpl AND

afvcaplzl = afvuaplzl )

FOR ALL entries IN lt_vbup_vbap

WHERE afvc~projn EQ lt_vbup_vbap-pspnr

AND afvu~usr00 IN ('SID', 'HOD',

'RRD', 'ITD', 'SDD', 'DDQ', 'DID' ).

Can you please advise..there is any constaraints..

But the sale orders are aviable with Project and its activites

Thanks

Ram

4 REPLIES 4
Read only

Kanagaraja_L
Active Contributor
0 Likes
537

Have you checked the Values available/Not in the DB Table level.

Kanagaraja L

Read only

0 Likes
537

Hi ,

Thanks for answering

WBS element is not avilable in the AFVC table for the mexico orders,but it will update the WBS for the ohter organization.

please let me how the WBS can updated in the AFVC table.

Thanks & Regards

Ram

Read only

0 Likes
537

WBS updated in AFVC Table if you are looking for PROJN you need to do the conversion

CONVERSION_EXIT_ABPSP_INPUT Conversion External > Internal WBS Element Number

CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal > External WBS Element Number

and also check the Std WBS element PSPNR in the Table level.

Kanagaraja L

Read only

0 Likes
537

Thank for answering,

But we are unable to see the WBS element in the AFVC even after used the conversion routine.

Please help me how AFVC updated with WBS element.

Thanks&Reagrds