cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

To save data dynamically into a database table within an FPM

CharithaKarumuri
Discoverer
0 Likes
325

Hi Experts,
I am unable  to save the data into database dynamically within FPM.

Requirement: I will provide  data in a list component ,While clicking on new button a new row need to be added and on clicking save button the record need to be saved into database.

Issue: I did hardcode for getting new row here I am getting an empty row while i am editing and adding new data to and save it . The row that came is disappearing and not saving into table.

Kindly help me to sort out this issue.

UI Floorplan Manager for Web Dynpro ABAP 

@AnudeepGoparaju 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

simon_hoeg
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Colleagues,

its all in your Feeder Classes, i.e. the application code. Here, you have the time points FLUSH, PROCESS_EVENT, GET_DATA (or PROCESS_BEFORE_OUTPUT), where you can fetch new data and persist it on the data base.

Best regards,

Simon