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: 

How to get the full file content in the spool

Former Member
0 Kudos

Hi,

I am reading one fine from application server. I am getting all that content into one internal table. Again I am trying to write that one into spool. I am creating one spool by using

CALL FUNCTION 'GET_PRINT_PARAMETERS'

EXPORTING

  • DESTINATION = P_PADEST

DESTINATION = lv_dest

LIST_NAME = lv_name

  • LIST_TEXT = P_LNAME

LIST_TEXT = 'Label Print'

IMMEDIATELY = 'X'

RELEASE = ' '

NEW_LIST_ID = 'X'

EXPIRATION = 9

LAYOUT = 'X_65_80'

SAP_COVER_PAGE = ' '

RECEIVER = SY-UNAME

DEPARTMENT = 'SYSTEM'

NO_DIALOG = 'X'

IMPORTING

OUT_PARAMETERS = IS_PARAMS

VALID = V_VALID.

but in the spool i am not getting full content. In the internal table i am getting full content but in the spool some 5 to 6 lines are truncating at the last. How can i get the full content? For this i need to do any settings?

Pls suggest reg this.

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

may be the rest of the data is in another page. how many pages your spool showing. just check in SP01 . from menu Goto -> Display Requests -> Settings ->

change the page numbers to view the other pages.

0 Kudos

I already checked those setting. There mentioned like pages from 1 to 20.

0 Kudos

you have only 20 pages or more , if you have more than 20 pages then change that setting.

0 Kudos

Actually in the settings they mentioned 20. but i am getting only 3 pages. But currently it is showing only 2 pages.