2011 Sep 23 9:42 AM
Hi Group,
I am facing issues while generating CO document on the WBS Settlement run using the tcode - CJ88.
Kindly let me know if there were any settings I missed out and hence could not generate this? FYI... but I was getting the Accounting Document correctly but problem is with the CO document.
thanks for your help in advance.
Regards,
Vishnu
Hi Group,
I am facing issues while generating CO document on the WBS Settlement run using the tcode - CJ88.
Kindly let me know if there were any settings I missed out and hence could not generate this? FYI... but I was getting the Accounting Document correctly but problem is with the CO document.
thanks for your help in advance.
Regards,
Vishnu
2011 Sep 23 5:05 PM
Hi,
Is it happening for all the projects or some projects? One possibility i can think of is, check the project whetehr any cost was posted on that particular period. If not post some cost and try the settlement again.
Regards
Sreekanth
2011 Nov 30 11:57 AM
Hi Group,
I have resolved the issue myself as under:
**Use the Function module inorder to convert the Assignment number(Char18)
**to Work Breakdown Structure Element (NUMC8)
CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'
EXPORTING
input = bseg-zuonr
IMPORTING
output = lv_projk.
**Assign the above fetched lv_projk to BSEG-PROJK
bseg-projk = lv_projk.
After the above step for the assignment, the User can see the WBS element appearing in the FI document being posted.
Thanks,
Vishnu
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |