cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Submit Program not returning Trafiic signal values

sri6666
Active Participant
0 Likes
301

Hi Have standard program RREGCH_VM which returning specification data with some statuses, statuses are like Traffic lights green, Red, Yellow.

Requirement is Customer want same stranded output which displayed RREGCH_VM  program  with additional data so, 

i am writing submit Program for same , i got all data except this status data. below is my code.

SUBMIT rregch_vm
EXPORTING LIST TO MEMORY
AND RETURN.
CALL FUNCTION 'LIST_FROM_MEMORY'
TABLES
listobject = list_tab
EXCEPTIONS
not_found = 1
OTHERS = 2.

CALL FUNCTION 'LIST_TO_ASCI'
EXPORTING
list_index = -1
TABLES
listobject = list_tab
listasci = list_txtlines
EXCEPTIONS
empty_list = 1
list_index_invalid = 2
OTHERS = 3.

Let me know if any issues with my code.

sri6666_0-1719511584755.png

 

 

Accepted Solutions (0)

Answers (0)