cancel
Showing results for 
Search instead for 
Did you mean: 

Required to save application data as draft CE 7.2

Former Member
0 Kudos

Hello all,

I have a requirement to save my application data as draft and retrieve it back for future use. For your better understanding, i have a webdynpro form which has so many fields to be filled. Hence to enhance the user experience, i am trying to put up a functionality where i can let the user to save the half filled data as draft. The user shall then login to the system later and retrieve the draft and complete the form and submit.

I am using a CE 7.2 WebAS for development

Limitations: I dont have a SAP R3 system. The database used is a DB2 system.

Kindly provide me a solution pertaining to the same.

Regards,

Karthikeyan R

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

you can persist the data in CE DB.

you can use CAF, CRUD can be easily implemented.

or you can standard JEE5(JPA).

Answers (1)

Answers (1)

Former Member
0 Kudos

That was a useful one.