‎2011 Apr 29 7:44 AM
Hi Experts,
I'm excute thisreport RFPOSXEXTEND then one pop-up screen apper then i click to YES button then
Show this Error Message " End phase 002**************************************".
Then i apply the sap note 947573 but this note is not supported because this note release version is 600
my system release version is 604 what is the higher version of 947573 for 604 release version..........
Regards,
Som
‎2011 Apr 29 7:58 AM
Hi,
Manually try to activate the structures RFPOSXEXT and RFPOSX using SE11 transaction and you can get the error messages.
The error may be because of inconsistency between T021S and RFPOS / RFPOSX structure. Check whether the field which you have added is already available in RFPOSXEXT / RFPOSX structure.
Try to debug the code inside FM ITEM_STRUC_EXTENSION which is called inside program RFPOSXEXTEND.
Places you can check inside the FM are :
Line 86 ---> loop at it_t021s.
Line 213 ---> call function 'DDIF_TABL_PUT'
Line 234 ---> call function 'DDIF_TABL_ACTIVATE'
Thanks & Regards,
Harish
‎2011 Apr 30 9:18 AM
Hi Harish,
These all Step's are exists in this Function Module...........................
Regards,
Som.
‎2011 Apr 30 10:16 AM
Hi,
Have you tried activating the structures RFPOSXEXT and RFPOSX using SE11 transaction ? If so did it get activated ?
I have mentioned the lienes (Line 86 ---> loop at it_t021s. / Line 213 ---> call function 'DDIF_TABL_PUT' / Line 234 ---> call function 'DDIF_TABL_ACTIVATE') only for your reference while debugging the said funtion module. These lines are available in the FM only. You can check the processing of these codes at the time of debugging.
Thanks