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: 

How Can I modify the table ADRC??

Former Member
0 Kudos

Hello.

I nedd to modify the field "name1" for some entries in this table because the adreess of one werks have changed. Anybody konw how can I make it???

Thank very much.

1 ACCEPTED SOLUTION

Former Member

Hi,

Change from the adress maintenance screen it will automatically update the table. Dont use direct update.

In SPRO you can maintain address for a plant.

Hope this helps.

Cheers

VJ

8 REPLIES 8

Former Member
0 Kudos

contect to ur functional consultant . there is option in sproseting to change the adress

Former Member
0 Kudos

Hi,

Refer this thread:

Will give you an idea.

Regards,

Gayathri

Former Member

Hi,

Change from the adress maintenance screen it will automatically update the table. Dont use direct update.

In SPRO you can maintain address for a plant.

Hope this helps.

Cheers

VJ

Former Member
0 Kudos

Hi,

you will have to do that in customizing.

SPRO -->

SAP Customizing Implementation Guide --> Enterprise Strcuture --> Definition --> Logistics General --> Define, copy, delete, check plant --> Then Choose DEFINE PLANT.

Here you can change the NAME1 field.

Regards,

Ravi

Note : Please close the thread, if the question is answered

former_member927251
Active Contributor
0 Kudos

Hi,

You can use the function module <b>BAPI_BUPA_CENTRAL_CHANGE</b> for this purpose.

Pass your business partner no. in <b>BUSINESSPARTNER</b>

Pass the new name1 value in the structure <b>CENTRALDATAORGANIZATION</b>.

Pass the CENTRALDATAORGANIZATION_X with the values 'X' for all the fields that you are going to change. BAPI requires this as an indicator for the fields whose values are to be changed.

Hope this helps. Please reward some points if it helps.

Regards,

Amit

Message was edited by: Amit Mishra

vinod_gunaware2
Active Contributor
0 Kudos

1. Display record entries for desired table via SE16 or SE11. 2. Select record which requires updating by highlighting it and pressing the display icon (glasses, F7).

3. Type /h in command box and press enter.

4. Now press enter again and you should enter debugging mode

5. Change the value of code from 'SHOW' to 'EDIT', remember to press the 'change field contents'

icon (pencil) in-order to store new value.

6. Press F8 (execute) to leave debug. 7. You should now have change access to the selected record.

8. Hit 'SAVE' to save any changes.

9. Remember there is a reason why you can't do this without debugging it, one reason being that it could

introduce inconsistencies in the table data.

regards

vinod

Former Member
0 Kudos

Thank very much. I have modified the werks descrption by spro.

Thanks again!!!

0 Kudos

Hi,

Please mark all the helpful answers.

Regards,

Ravi