cancel
Showing results for 
Search instead for 
Did you mean: 

New to VC, question about looping through data input

Former Member
0 Kudos

Is it possible in VC to get data from a data source, and iterate though the results?

What I want to do, is for each of the results returned, I want to ask some questions to the end user and save any changes.

I know that I can make an editable table, but I don't want to create one because it wouldn't become very user friendly.

Thank you in advance for your time.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Logan,

I can recommend you to use ABAP RFCs (get/set) and an initial get, which stores the data in a z-table. Then you can call the information with get and save the answer with set. With the next button the next get will called and so on until everything is answered. I think this can meet your requirements. If not give us more information about your scenario.

Best Regards,

Marcel

Answers (0)