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

Need Replacement of Obsolete function modules and pooled table

Former Member
0 Likes
656

Hello ,

I need replacement of the function module that does not exist in ECC 6.0. These FMs are from SAP R/3 4.6c

1. CHECK_IBAN_ACTIVE

2. SWW_CI_CREATE

3. CKMLCUM_CHECK_DUV

Pool table

1, M_VMVAD

Thanks.

Regards

Shekhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

Hi

Use the following for the replacement of the old one in ECC6.0

1. CHECK_IBAN_ACTIVE

2. SWW_CI_CREATE

3. CKMLCUM_CHECK_DUV

BKK_IBAN_CHECK or

BKK_IBAN_CHECK_BBAN

SWW_WI_CREATE or

SWW_WI_CREATE_simple

CKML_F_CKML1_REORG_CHECK

Pool table

1, M_VMVAD = V_VMVAD

reward points if useful

regards

Anji

Hello ,

I need replacement of the function module that does not exist in ECC 6.0. These FMs are from SAP R/3 4.6c

1. CHECK_IBAN_ACTIVE

2. SWW_CI_CREATE

3. CKMLCUM_CHECK_DUV

Pool table

1, M_VMVAD

Thanks.

Regards

Shekhar

2 REPLIES 2
Read only

Former Member
0 Likes
609

Hi

Use the following for the replacement of the old one in ECC6.0

1. CHECK_IBAN_ACTIVE

2. SWW_CI_CREATE

3. CKMLCUM_CHECK_DUV

BKK_IBAN_CHECK or

BKK_IBAN_CHECK_BBAN

SWW_WI_CREATE or

SWW_WI_CREATE_simple

CKML_F_CKML1_REORG_CHECK

Pool table

1, M_VMVAD = V_VMVAD

reward points if useful

regards

Anji

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
608

Hi

these are the replacement for the FMs:

BKK_IBAN_CHECK_BBAN

SWW_WI_CREATE_simple

CKML_F_CKML1_REORG_CHECK

For pool table replacement is:

V_VMVAD

Regards,

Sreeram