‎2009 Apr 24 7:47 AM
Hi
We are upgrading 4.6c to ECC 6.0.
In Ecc 6.0 has additional fields in structure RFPOSXEXT. This structure is automatically generated.
How to remove the extra fields in this structure.
Thanks
‎2009 Apr 24 8:54 AM
Hi,
in order to regenerate the structure RFPOSXEXT you have to run the standard report RFPOSXEXTEND,
Program RFPOSXEXTEND combines structure RFPOSXEXT from the fields of structure RFPOSX and the special fields saved in table T021S together and activates them in the Data Dictionary.
If you want to remove some special fields from the structure RFPOSXEXT you have to manage them in Financial Accounting customizing (Define Special Fields for Line Item Display) in the views V_T021S and V_FAGL_T021S.
Please read the correspondings IMG activities documentation and the abap documentation of RFPOSXEXTEND.
Kind regards.
Andrea
‎2009 Apr 24 8:08 AM
You need to modify the Structure.As its is standard structure you require the SSCR keys to modify the structure.
SE11>Change>Enter Keys>Delete the Field row.>Reactivate the structure.
Regards,
Gurpreet
‎2009 Apr 24 8:23 AM
I don't think it is advisable to remove extra fields. any custom programs should be adjusted to match new structure.
‎2009 Apr 24 8:54 AM
Hi,
in order to regenerate the structure RFPOSXEXT you have to run the standard report RFPOSXEXTEND,
Program RFPOSXEXTEND combines structure RFPOSXEXT from the fields of structure RFPOSX and the special fields saved in table T021S together and activates them in the Data Dictionary.
If you want to remove some special fields from the structure RFPOSXEXT you have to manage them in Financial Accounting customizing (Define Special Fields for Line Item Display) in the views V_T021S and V_FAGL_T021S.
Please read the correspondings IMG activities documentation and the abap documentation of RFPOSXEXTEND.
Kind regards.
Andrea
‎2023 May 02 11:02 AM