cancel
Showing results for 
Search instead for 
Did you mean: 

I have a requirement to read and Edit an offline Interactive form using ABAP Program (No WebDynpro). Also how to enable and disable a section in the form

Former Member
0 Kudos

Hello Gurus,

I have a requirement to read and Edit an offline Interactive form using ABAP Program (No WebDynpro) and regenerate the form with the edited data. I went through the forum and found some examples to read the Pdf data, but how to Edit the fields and how to Enable and disable a section in the form. Also if I want to do Validations on some fields like Employee number how to validate in ABAP program in offline scenario.

Please let me know...

SK.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sudhakargadde
Participant
0 Kudos

Hello SK,

first your write your functionality into a function module(RFC) then you create it as web service from the SE37 only. and later open it from SOAMANAGER tcode then create a End Point for the service and later. use the WSDL code in SFP tcode then create a offline interactive form.

Thanks and Regards
Sudhakar