Application Development 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: 

No framework program was found for include ZXVDBU04

Former Member
0 Kudos

Hi,

May i know what is this error ("No framework program was found for include ZXVDBU04") about?

I got this error when trying to put a breakpoint at a statement in the include program ZXVDBU04.

Fyi, ZXVDBU04 (EXIT_SAPLVEDB_004) is a function exit in FM 'IDOC_INPUT_ORDCHG'.

EXIT_SAPLVEDB_004 is a member of enhancement VEDB0001.

Before I started to modify include program ZXVDBU04, enhancement VEDB0001 is already assigned to a project called 'ZEDI1'.

Due to this, I did not further create a new project for enhancement VEDB0001.

Instead, I modified the include program ZXVDBU04 directly and then released it to QAS.

However, when I tried to insert a breakpoint in this program (in QAS), i received an error message saying that "No framework program was found for include ZXVDBU04"?

May I know how should I get rid of this error message?

Thanks much for your help!

Thanks, gk

1 ACCEPTED SOLUTION

Sijin_Chandran
Active Contributor
0 Kudos

Hi gk ,

You just activate the source code section of Function Module EXIT_SAPLVEDB_004 which will be like below in QAS sytem ( do activation in QAS system i.e the target system ).

FUNCTION EXIT_SAPLVEDB_004

*"----------------------------------------------------------------------

*"*"Lokale Schnittstelle:

*"  IMPORTING

*"     REFERENCE(IM_REQ_HEADER) TYPE REF TO  IF_PURCHASE_REQUISITION

*"     REFERENCE(IM_BANFN_OLD) TYPE  BANFN OPTIONAL

*"     REFERENCE(IM_BANFN_NEW) TYPE  BANFN

*"     REFERENCE(IM_EBAN_CHANGES) TYPE  MEREQ_T_UEBAN

*"     REFERENCE(IM_EBKN_CHANGES) TYPE  MEREQ_T_UEBKN

*"  EXCEPTIONS

*"      FAILED

*"----------------------------------------------------------------------

INCLUDE ZXVDBU04 .

ENDFUNCTION.

eg :

11 REPLIES 11

gouravkumar64
Active Contributor
0 Kudos

Hi ,

Check this things.

"Before I started to modify include program ZXVDBU04, enhancement VEDB0001 is already assigned to a project called 'ZEDI1'."

Did You activate all of your work?

Did You properly  transport all things?


Thanks

Gourav.

0 Kudos

Hi Gourav, thanks for your reply. Yes, the include program ZXVDBU04 had been successfully activated and released to QAS. May I know when I changed the include program ZXVDBU04, will it also change the CMOD project? I was asking this question as I did not include the CMOD project in my transport request. Thanks.

0 Kudos

Hi,

Yes Obviously You have to include That CMOD z project.

Make a new request & attach all your related work in that Transport request.

Then Transport again from DEVELOPMEMT to QAS & PROD.

Hope it will solve your problem.

Hope it helps.

Thanks

Gourav.

raymond_giuseppi
Active Contributor
0 Kudos

Did you check if the project was previously transported ?

Regards,

Raymond

Sijin_Chandran
Active Contributor
0 Kudos

Hi gk ,

You just activate the source code section of Function Module EXIT_SAPLVEDB_004 which will be like below in QAS sytem ( do activation in QAS system i.e the target system ).

FUNCTION EXIT_SAPLVEDB_004

*"----------------------------------------------------------------------

*"*"Lokale Schnittstelle:

*"  IMPORTING

*"     REFERENCE(IM_REQ_HEADER) TYPE REF TO  IF_PURCHASE_REQUISITION

*"     REFERENCE(IM_BANFN_OLD) TYPE  BANFN OPTIONAL

*"     REFERENCE(IM_BANFN_NEW) TYPE  BANFN

*"     REFERENCE(IM_EBAN_CHANGES) TYPE  MEREQ_T_UEBAN

*"     REFERENCE(IM_EBKN_CHANGES) TYPE  MEREQ_T_UEBKN

*"  EXCEPTIONS

*"      FAILED

*"----------------------------------------------------------------------

INCLUDE ZXVDBU04 .

ENDFUNCTION.

eg :

0 Kudos

Hi Sijin Sij, thanks much for your detail answer. Yes, I tried your method and it works!

0 Kudos

But I wonder what could be the reason for this discrepancy

0 Kudos

Welcome GK

0 Kudos

Yes, I wonder too

Anyway, thanks for your recommendation

0 Kudos

Still clueless

I have encountered this thing in many of my coded Implicit Enhancements as well.

May be some Inter Communication problem while request Transportation.

0 Kudos

Hello ,

Solution still works!

Thanks!

Kr,

Maki