cancel
Showing results for 
Search instead for 
Did you mean: 

how to display out put of a function module in BSP?

former_member182426
Active Contributor
0 Kudos

hi friends,

I am using a FM to get details of a pernr in screen. But it's displaying in R/3 screen instead of in BSP page.

plz help me in this.....

CALL FUNCTION 'HR_ESS_ADDRESSLIST_01'

EXPORTING

PERNR = w_pernr

NAME = w_ename

ACCOUNTEDTO = ACCOUNTEDTO1

PAYROLLAREA = pa

INFOLINE = infoline1

IMPORTING

  • RETURNCODE =

ADDRESSKEY = addresskey1

CHANGING

MOLGA = wa_molga

ANSSA = anssa1

.

Regards,

Shankar.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182426
Active Contributor
0 Kudos

NOT SOLVED

former_member188685
Active Contributor
0 Kudos

First you get the details which ever you want to show in BSP application from the function and then Design the BSP application , using htmlb tags like inputfield, tableview etc.

are you using Page with flow logic or MVC .

former_member182426
Active Contributor
0 Kudos

Hi vijay,

thanks for ur reply. But the thing is here they dont want desing again. By using this FM u will be seeing the result in a screen right.

That screen as it is i have to display in BSP.

Plz just check out once output of that FM in SE37.

help me..if is there any ways...

Regards,

Shankar.

former_member188685
Active Contributor
0 Kudos

I don't think you can render that screen into BSP. you may have look for other alternatives.