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

Additional fields in RFPOSXEXT

Former Member
0 Likes
14,086

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

1 ACCEPTED SOLUTION
Read only

andrea_olivieri
Contributor
0 Likes
9,280

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

4 REPLIES 4
Read only

Former Member
0 Likes
9,280

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

Read only

Former Member
0 Likes
9,280

I don't think it is advisable to remove extra fields. any custom programs should be adjusted to match new structure.

Read only

andrea_olivieri
Contributor
0 Likes
9,281

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

Read only

0 Likes
9,280

good advice