Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

End phase 002 **************************************************** Error

Former Member
0 Likes
763

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

3 REPLIES 3
Read only

Former Member
0 Likes
628

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

Read only

0 Likes
628

Hi Harish,

These all Step's are exists in this Function Module...........................

Regards,

Som.

Read only

0 Likes
628

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