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

output not comming

Former Member
0 Likes
369

HI ABAPers....the issue is very much urgent ,so please kindly solve the issue.

I copied the standard program RV16ACHD into a z program. and also i copied the function modules in RV16ACHD as z function modules in z program in a different package. Now the z program is activated. on execution i am getting the selection screen, in that i entered date in the change data ( only that field and others r empty). when i executed yesterday the output came but today it is showing a message like

"No change documents found to match the specified criteria".But in the standard report i am getting the output. Please tell me the solution and where went wrong.

2 REPLIES 2
Read only

Former Member
0 Likes
324

Hi Deepak,

What are the changes happend or done after you got the output correctly?

Regards,

Lijo Joseph

Read only

Former Member
0 Likes
324

HI, I have test it .

CALL FUNCTION 'Z1_CONDITION_CHANGE_DOCS_LOAD'

EXPORTING

REPORT = 'RV16ACHD'

COND_DATA_ENTERED = COND_DATA_ENTERED

CHANGE_DATA_ENTERED = CHANGE_DATA_ENTERED

SELECTION_SCREEN_FLAG = SELECTION_SCREEN_FLAG

ONLY_DELETED_RECORDS = P_KDELE

TABLES

SO_KNUMH = SO_KNUMH

SO_DATE = SO_DATE

SO_TIME = SO_TIME

SO_USER = SO_USER

SO_TCODE = SO_TCODE

EXCEPTIONS

OTHERS = 1.

you should change report = 'RV16ACHD'

the old is

REPORT = SY-REPID.

and I have the same error, I am debuging now. OH ,my god!