Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript (preview) is not displayed correctly in BDC

Former Member
0 Kudos

Hi,

I have created BDC for ME23N to display the preview with other options

through the custom program.

After entering the Purchase order number through the selection screen I

am calling BDC code for displaying the preview of PO.

But I am not able to see the print preview in actual sapscript form, it

is displaying that in text format (displaying text as ABAP list format).

Is there any way to display that in the same format which we can see

through the ME23N t-code.

Thanks in advance.

-Umesh

3 REPLIES 3

JozsefSzikszai
Active Contributor
0 Kudos

hi Umesh,

BDC is for background processing, so I don't understand why do you want to display anything at all?

ec

0 Kudos

Hi,

This program is used to display PO, Sales oder and Invoice with different option on the selection screen.

I got requirement to display the document to user as per his requirement (i mean the above documents).

-- Umesh

0 Kudos

I see... you are using CALL TRANSACTION...

I think to display the PO, instead of CALL TRANSACTION you have to call directly the print pogram of the form, giving such parameters that it will display the PO form and won't print it.

ec