cancel
Showing results for 
Search instead for 
Did you mean: 

Call screen in BAPI code

former_member202020
Participant
0 Kudos

Hi,

Will the webdynpro application run fine from portal, if there is a "call screen 500" statement inside the BAPI code? (i.e if the BAPI is calling a screen internally in SAP)

Scenario :

We are using this BAPI for getting a report. The report is being sent to dynpro in a table line by line. In dynpro we display the lines in a text view but in BAPI , to display this report, the list screen is being called.

Thanks in advance,

Uma.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Uma,

As far as i know when we create a model in the webdynpro using java , only the BAPI structures and Atrributes are reused.

In the RFC function in the ABAP the import,export parameters,table and exception combine to make and DDIC structure which is convered to the JAVA classes by the NWDS.

So iam nt sure whether we will be able to call a next screen in the BAPI and display the same in the webdynpro

Regards

Pankaj Prasoon