‎2006 Nov 20 5:06 PM
I have one driver program called ZRFKQST00IT . it seems it is copied from std program RFKQST00.
Now i have observed that there is some extra code in program RFKQST00.
( we have two 4.7 systems , in one system some extra code in program RFKQST00 and another system there is no extra code in program RFKQST00 )
I don't understand why ?
Is that because of the patch aplying ?
( my boss toldto go to oss notes and we need to apply patches )
The new code is in program RFKQST00 is :
**Start of Classic WT in italy data declarations...
DATA : CL_INVOICE TYPE C,
CL_INVOICE_TAB LIKE KTAB OCCURS 0 WITH HEADER LINE,
CL_PAID_INVOICE LIKE KTAB OCCURS 0 WITH HEADER LINE,
CL_DOWNPAY_TAB LIKE KTAB OCCURS 0 WITH HEADER LINE,
CL_IT_KTAB LIKE KTAB OCCURS 0 WITH HEADER LINE.
DATA : BEGIN OF CL_DOWNPAYCLR1_TAB OCCURS 0,
KTAB LIKE KTAB,
REBZG LIKE BSEG-REBZG,
REBZJ LIKE BSEG-REBZJ,
REBZZ LIKE BSEG-REBZZ,
END OF CL_DOWNPAYCLR1_TAB.
DATA : CL_DOWNPAYCLR2_TAB LIKE CL_DOWNPAYCLR1_TAB
OCCURS 0 WITH HEADER LINE,
CL_PARTPAY_TAB LIKE CL_DOWNPAYCLR1_TAB
OCCURS 0 WITH HEADER LINE,
CL_CLEARING_TAB LIKE KTAB OCCURS 0 WITH HEADER LINE.
**end of Classic WT in italy data declarations...
‎2006 Nov 20 5:07 PM
‎2006 Nov 20 5:23 PM
Now i have observed that why there is some extra code in program RFKQST00 whic is not present in driver program called ZRFKQST00IT.
( my doubt is one normally can't eliminate code while copying... ...Is this is because of patch applying)
( we have two 4.7 systems , in one system some extra code in program RFKQST00 and another system there is no extra code in program RFKQST00 )
I don't understand why ?
‎2007 Apr 12 8:26 AM
Hello ,
Where can i give my copy program 'ZRFKQST00' in the IMG and how can i assign a customer form agianst it ??
thanks..
Shehryar Dahar