Hi Gurus,
I add a new subscreen in project network activity(cj20n). I use the structure CI_AFVU as field structure.
It contains two fields 1) CI_AFVU-ZZSALES_DOC
2) CI_AFVU-ZZSALES_ITEM.
The exit is CNEX0008 in which I have two function exit for PBO and PAI for that subscreen.
EXIT_SAPLCONW_002 for PBO
and EXIT_SAPLCONW_003 for PAI.
My problem is in PAI I am not able to import data from screen. I use the following code:
CNCI_AFVU_EXP-zzSALES_DOC = CI_AFVU-zzsales_doc.
CNCI_AFVU_EXP-zzSALES_ITEM = CI_AFVU-zzsales_item.
and one more thing is that Different Activity takes the same Value in both the customer fields which should be different. Although in debugging mode CI_AFVU display the values, but when I am trying the above code it give me a compile time error 'Field "CI_AFVU-ZZSALES_DOC" is unknown. It is neither in one of thespecified tables nor defined by a "DATA" statement . . . . . . . . . .'
I need a solution for that, Pls help.
Thanks,