cancel
Showing results for 
Search instead for 
Did you mean: 

Issue Regarding How To Use Call Transaction in Webdynpro.

former_member226225
Contributor
0 Kudos

Hi Experts,

                      I created one webdynpro component and in that i designed with F-53 screen fields with Submit Button , When i press Submit Button view data should to be passed and binded with F-53 Screen fields and after i will clear the values in F-53 and come out of the screen into webdynpro .

For This I created one BDC Report(ZF53) for F-53 Transaction and in Submit button i am writing code like this.

SUBMIT zf53 EXPORTING LIST TO MEMORY AND RETURN. and it is going to that report,after Execution of


CALL TRANSACTION 'F-53' USING bdcdata
                      MODE   'A'
                      UPDATE 'A'
                      MESSAGES INTO messtab.


it is showing DUMP like this.

Screen output without connection to user.

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_SEND_DYNPRO_NO_RECEIVER', was

  not caught and

therefore caused a runtime error.

The reason for the exception is:

During background processing, the system attempted to send a screen to

a user.

Current screen: "SAPMF05A " 0103.

Additional system information: "no window system type given"

How to solve this Please Provide any Help.'

Thanks,

Raghunadh.K





Accepted Solutions (0)

Answers (1)

Answers (1)

manigandan_d2
Explorer
0 Kudos

It was not possible to submit the report from web Dynpro but we can execute the report program as back ground job, by triggering an event.

Regards,

Mani