on 2007 Dec 27 6:51 AM
Hi,
From which table can I get the Project id or Project description for a particular sales order number..
Thank u.
Problem got solved.
VBAP Table has sl no and WBS Element.
and PRPS Table has WBS element and Project Desc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi...
u can get that from PROJ table..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Get the aufnr from vbap, pass it to AUFK table, get the objnr.
Pass this objnr to viaom_cpr_obj table in field object_no with BUS_SCENARIO_ID = "Cprojects"
there u can get the project ID in table viaom_cpr_obj-PROJECT_ID, pass this project id in
table dpr_project in field project_id, get the guid , pass this guid into cgpl_text into field guid, and u will get the text in field TEXT1.
regards,
Santosh Thorat.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Check Table PROJ
Regards,
Prashant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.