2010 Aug 18 6:41 AM
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.
2010 Aug 18 12:39 PM
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.?