Skip to Content
0
Former Member
Aug 27, 2015 at 02:31 PM

Problem in text output in Submit program

499 Views

Dear Expert,

I have used the submit program asset Balance report.

I have created the zprogram and called the program rabest_alv01.

I am getting the output in the text format as i am not able to read the data exactly according to field.

Any way can i input directly output table from the program rabest_alv01 so that

i need to modify final internal table before display.

SUBMIT rabest_alv01

WITH BUKRS IN gr_bukrs

WITH P_GRID EQ 'X'

EXPORTING LIST TO MEMORY

AND RETURN.

CALL FUNCTION 'LIST_FROM_MEMORY'

TABLES

listobject = t_listobject

EXCEPTIONS

not_found = 1

OTHERS = 2.

DATA : it_text LIKE solisti1 OCCURS 0 WITH HEADER LINE.

CALL FUNCTION 'LIST_TO_ASCI'

TABLES

listasci = it_text

listobject = t_listobject.

Thanks and regards,

Zubera