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

Standard table entries

Former Member
0 Likes
490

hi all

i am having standard table J_1IPART2 . in this table i need to modify values of 4 fields with document number i.e with value of one field i need to modify values of 4 fields which already stored in database. can i have any ways to do it

can i write a simple modify program in se38 to modify the values in database. is it work? pls suggest me.

Kumar

Check any BAPI or FM for this..

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
466

Hi,

check if there is any BAPI or standard sap FM for updating this table..

OR

use the BDC to update this table which is already updating this table

Thanks

Naren

Read only

Former Member
0 Likes
466

Check any BAPI or FM for this..

Regards

Read only

Former Member
0 Likes
466

Hi Kumar,

Yes you can write program to update the table directly and modify the entries for the specific document number, however this is not a recommended way as the database may become inconsistent with different entries maintained in different related tables.

So before updating the table entries make sure the values you are updating are maintained in only this table and not anywhere else for the respective document number.

regards.

Vikas

<b>Do reward useful suggestions.</b>