‎2007 Sep 05 9:27 PM
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.
‎2007 Sep 06 2:31 AM
Hi Deepak,
What are the changes happend or done after you got the output correctly?
Regards,
Lijo Joseph
‎2012 Feb 01 2:42 PM
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!