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

Validity on user dialog program in fields having data coming by f4

ravigrover
Active Participant
0 Likes
382

Dear all

when i run tcode - Data is coming in table control.

Below are the buttons for the different purpose.

DISPLAY -- When i select a row in table control and press display it shows data input / output fields.

Change --- When press change button data shown in input/ output will be in change mode.

SAVE --- when pressed save changed data.

Create --- when i press create button input / output fields come in change mode.

SAVE - when press create a new record.

Solution Required A) When i press f4 it should take values avilabe in the table.

i have two seen

1) case 1 Values it has to take from values defined in

2) case 2 value its taking from foreign field

B) When i press create button and press change button and then save button, then new data is not created.

Dear all

when i run tcode - Data is coming in table control.

Below are the buttons for the different purpose.

DISPLAY -- When i select a row in table control and press display it shows data input / output fields.

Change --- When press change button data shown in input/ output will be in change mode.

SAVE --- when pressed save changed data.

Create --- when i press create button input / output fields come in change mode.

SAVE - when press create a new record.

Solution Required A) When i press f4 it should take values avilabe in the table.

i have two seen

1) case 1 Values it has to take from values defined in

2) case 2 value its taking from foreign field

B) When i press create button and press change button and then save button, then new data is not created.

1 REPLY 1
Read only

Former Member
0 Likes
358

Your posting defines understanding...pls consider reworking this to a clear statement of what is wrong. By the way, if you go that data via F4, it's valid because it came from DB tables. The scenario I think you're describing points to programming errors or omission in saving data to the database table. Are you checking sy-subrc, sy-dbcnt, etc.?