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: 

Updating LFA1 table

Former Member
0 Kudos

Hi All,

I add custom fields to LFA1 table, i want to add the values to that fields when i'm creating the new vendor using transaction XK01, these custom fields are on pop-up-screen. in enhancement i call the pop-up screen.I pass the values to that fields in enhancement but they are not updated in the database.

i write code like this.

call screen 0100 starting at 1 20 ending at 10 30.

i want values in pop-up screen are updated in database table.

Please help me.

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos

Are you doing any SAVE or OK functionality on the Pop-up screen.

Then Use UPDATE/INSERT/MODIFY command to update the values in the database tables on the press of that button.

0 Kudos

Thanx for reply

I'm using UPDATE statement to update database it's work fine, but when im creating new vendor with same number it does n't give any error message. simply it will create with that number, this is my problem.