cancel
Showing results for 
Search instead for 
Did you mean: 

Dump when calling FM SSFCOMP_PDF_PREVIEW

former_member377111
Participant
0 Kudos

Dear Friends,

While calling the Fm SSFCOMP_PDF_PREVIEW in the Invoice driver programe ZRLB_invoice(copy of the standard programe) im getting a dump error

Runtime Errors POSTING_ILLEGAL_STATEMENT

Date and Time 12.11.2008 17:31:01

23 LINES = L_DUMMY

24 EXCEPTIONS

25 ERR_MAX_LINEWIDTH = 1

26 ERR_FORMAT = 2

27 ERR_CONV_NOT_POSSIBLE = 3

28 OTHERS = 4.

29

30 IF SY-SUBRC <> 0.

31 RAISE CONVERT_OTF_TO_PDF_ERROR.

32 ENDIF.

33

>>>>> CALL SCREEN 0300. "STARTING AT 0 0.

35

36 ENDFUNCTION.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member377111
Participant
0 Kudos

Solved By self

Former Member
0 Kudos

Hi,

I am facing the same problem. In fact I am getting thrown out of the system and ST22 is showing nothing once I relogin.

How did you solve it? Can plz help?

Regards,

Shinjan

Former Member
0 Kudos

Hi

Try changing the sreen number and check. Some screen numbers are reserved for standard programs. SO, just give any other number which are not multiples of 100 and check.

Regards,

Vishwa.