on 2019 Nov 27 9:00 AM
I created a substitution for line item level like this:
prerequisite: WBS bseg - projk = ' ' AND bseg - hkont = '1000'
substitution: bseg - projk = 'G1000'
It is OK by F-02, but when I use KO88 not working
It is closed. Note 487012 WBS element is not displayed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It could be problem with the conversion of WBS, may be in F-02 it is taking internal format 'G1000' and in KO88 it is taking external format.
To convert G1000 to external format use FM 'CONVERSION_EXIT_ABPSP_OUTPUT'.
Also one more doubt are you substituting WBS as 'G1000', PROJK field is NUMC type and it can't hold alphabets (A-Z) or any other special characters, it can hold only numbers (0-9).
Are you sure in F-02 it is substituting as G1000?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
wingcotang Have you done Tcode OBBH configuration for the company code with call point, Are you using same company code for KO88 and F-02, if yes and OBBH config exists, then better ask your ABAP person to take ST12 trace and check the flow to understand the difference.
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.