Application Development 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: 

Change Status of Field 'Full Name' NAME_TEXT

0 Kudos

Hello,

in table ADRP I would like to change the Status of field "Full Name" NAME_TEXT.

The documentation says:

Only if the field Contents have the value "X", you can reset the field to initial on the Interface.

But how can I do this?

Thank you and Regards,

Björn

1 ACCEPTED SOLUTION

Bernhard_SAP
Employee
Employee
0 Kudos

Hi,

you probably mean the field 'converted', which is an indactor, whether name_text should be updated automatically or not. In case you wnat to get it updated automatically with first name/last name content, the field CONVERTED must be empty.

AS far as I know ther eis no standard function to delete that field content.... so: z-report if necessary.

or: delete the user, recreate the user.

the FM addr_person_name_format can help to reset the fields, but you need a small report to pass the correct names to the fm.

b.rgds, Bernhard

1 REPLY 1

Bernhard_SAP
Employee
Employee
0 Kudos

Hi,

you probably mean the field 'converted', which is an indactor, whether name_text should be updated automatically or not. In case you wnat to get it updated automatically with first name/last name content, the field CONVERTED must be empty.

AS far as I know ther eis no standard function to delete that field content.... so: z-report if necessary.

or: delete the user, recreate the user.

the FM addr_person_name_format can help to reset the fields, but you need a small report to pass the correct names to the fm.

b.rgds, Bernhard