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

Update j_3rf_plat table

Former Member
0 Likes
1,216

Hi,

I need to update this table  j_3rf_plat, since it is standard table. Its not recommended to update the table directly.

So was checking for any FM or BAPI which will update this table, but failed.

Can any one suggest how to update this table if u come across any ??

Thanks...

Hi,

I need to update this table  j_3rf_plat, since it is standard table. Its not recommended to update the table directly.

So was checking for any FM or BAPI which will update this table, but failed.

Can any one suggest how to update this table if u come across any ??

Thanks...

3 REPLIES 3
Read only

Former Member
0 Likes
914

Hi suresh ,

There is a maintainence view for this table j_3rf_plat in sm30. You can maintainthru that.

Regards,

Ramya R

Read only

0 Likes
914

Hello Ramya,

Yes there is Maintenance view exist, but we are getting the records in flat file from users.

So I am planning to write an program to update this table using that file.

So i am thinking we cant use direct update method to update this SAP table ?

Regards,

Suresh

Read only

0 Likes
914

Hi suresh ,

try with DB_UPDATE_TABLE function module

Regards,

Ramya R