Application Development and Automation 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: 
Read only

mm60 submit

Former Member
0 Likes
635

im getting dump when i use

SUBMIT RMMVRZ00 with selection-table seltab

EXPORTING LIST TO MEMORY

and return .

i m getting dump raise_exception

err msg : A RAISE statement in the program "CL_GUI_CONTROL================CP"

exception condition "CNTL_ERROR".

how to rectify.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

SUBMIT rfbila00 AND RETURN

EXPORTING LIST TO MEMORY

WITH sd_bukrs IN s_bukrs

WITH sd_prctr IN s_prctr

WITH bilavers = p_fsv

WITH bilaspra = 'EN'

WITH bilbjahr = p_fyear

WITH b-monate IN s_per

WITH bilvjahr = v_cfyear

WITH v-monate = l_per

WITH bilagvar = P_LAYOUT

WITH bilagrid = 'X'

WITH bilabkon = '2'

WITH bilagkon = '3'

WITH bilasumm = '0'

WITH bilavart = '1'

WITH bilaskal = '3/0'.

CALL FUNCTION 'LIST_FROM_MEMORY'

TABLES

listobject = t_list

EXCEPTIONS

not_found = 1.

REFRESH t_ascii.

CALL FUNCTION 'LIST_TO_ASCI'

TABLES

listasci = t_ascii " list converted to ASCII

listobject = t_list

EXCEPTIONS

empty_list = 1

list_index_invalid = 2

OTHERS = 3.

u can use like this............this will help uuuu

Reward IF............

Regards

Anbu

2 REPLIES 2
Read only

Former Member
0 Likes
546

SUBMIT rfbila00 AND RETURN

EXPORTING LIST TO MEMORY

WITH sd_bukrs IN s_bukrs

WITH sd_prctr IN s_prctr

WITH bilavers = p_fsv

WITH bilaspra = 'EN'

WITH bilbjahr = p_fyear

WITH b-monate IN s_per

WITH bilvjahr = v_cfyear

WITH v-monate = l_per

WITH bilagvar = P_LAYOUT

WITH bilagrid = 'X'

WITH bilabkon = '2'

WITH bilagkon = '3'

WITH bilasumm = '0'

WITH bilavart = '1'

WITH bilaskal = '3/0'.

CALL FUNCTION 'LIST_FROM_MEMORY'

TABLES

listobject = t_list

EXCEPTIONS

not_found = 1.

REFRESH t_ascii.

CALL FUNCTION 'LIST_TO_ASCI'

TABLES

listasci = t_ascii " list converted to ASCII

listobject = t_list

EXCEPTIONS

empty_list = 1

list_index_invalid = 2

OTHERS = 3.

u can use like this............this will help uuuu

Reward IF............

Regards

Anbu

Read only

0 Likes
545

im working in ecc6.0 , please help me for tcode mm60.

thanks