Hello,
for quite some time I have been reading in the forums and have found many helpful answers. But finally I'm posting a question since I can't find a specific answer to my question.
I have a Java background and also some experience in Web Dynpro development. Unfortunately almost no knowledge of ABAP programming.
Right now I m developing a Web Dynpro application which is supposed to access the backend through RFC calls. Basically I have to access custom transparent tables in the backend. I have used the RFC_READ_TABLE before but as I know this is not supported. Therefore I'm thinking about writing several custom RFCs which perform actions:
- Read a list of items from Table A
- Read details of one item (from Table A) in Table B
- Write back the changes made by the user back to Table B
Are there any standard RFC for doing actions like that, or what would be the easiest way to write custom functions like that. I would imagine it can't be too complicated since the table structure is already in the Data Dictionary.
Any help, examples or pointers to starting points are greatly appreciated.
Thanks