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

driver program RFKQST00.

Former Member
0 Likes
523

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...

3 REPLIES 3
Read only

Former Member
0 Likes
472

If so how can I apply patch.

Read only

Former Member
0 Likes
472

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 ?

Read only

Former Member
0 Likes
472

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