cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro issue

Former Member
0 Kudos

Hi,

I am working on online form for the first time.

I have tried creating one sample scenario using the sample scenario on saptechnical :

Demo scenario on Adobe Interactive Forms using ABAP WebDynpro - Part1

I am getting the output screen as expected.But if I am trying to update the data to the SAP then it is not getting updated.

Also I have tried using a breakpoint but the debugger is also not working.

I am not able to get why is it not happening.

Kindly Help me up on this.

Thanks & Regards,

Lina

Edited by: Lina sap on Apr 19, 2011 1:50 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lina,

Let me know your ECC Version, SP Level, NW Version and EHP if any.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Sanoosh,

ECC version -6.0

Netweaver-7.0

SP level-21

Thanks,

Lina

Former Member
0 Kudos

Hi Lina,

The environment seems ok for online forms. Check the following points as well.

  • Use submit button from library palette --> Webdynpro Native controls

  • In the menu, Utilities --> 'Insert webdynpro script'

  • Layout type should be ZCI Layout

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Sanoosh,

It is working for me.

Thank you .

Regards,

Lina

Answers (1)

Answers (1)

Former Member
0 Kudos

Are you actually hitting your breakpoint or do you never get there? If you don't get a debug session, try using TCode SRDEBUG to activate debugging across all of your app servers.

the data you entered in your form should be passed back into the same structure you passed into your form.

Former Member
0 Kudos

Hi Robert,

I have put a breakpoint on one of the code line.

When I am testing the form and populating the data in the form and then I click on SUBMIT button,it shud automatically go to the debugger but its not happening so and also data is nt gtn updated to the SAP.

Thanks,

Lina