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: 

*Program "SAPMV45A" tried to use screen 0000. The screen does not exist*.

Former Member
0 Kudos

Dear Experts,

I have copied a program SAPMV45A (VA01) to ZSAPMV45A and created the transaction ZVA01.

I have maitained the transaction ZVA01 in V_T180 of SM30 by copying VA01.

after doing all, when I execute the transaction ZVA01 it will go to the initial screen of create Sales Order after enter the header information like Order Type, Sales Org, Distribution Channel & Division if click Enter it will go to short dump where I am getting the information as shown below

Program "SAPMV45A" tried to use screen 0000.

The screen does not exist.

If any one have an idea please let me know the solution to rectify this problem.

Thank You,

Best Regards

Venkatesh

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

hi,

copying the program alone is not enough in standard transactions.

check in SE51 transaction for SAPMV45A program you will have lot of screens.

Former Member
0 Kudos

I have copied all all screens and other sub objects with the prorgram.

0 Kudos

Only by Just doing Copy all screen into Your Custom Program,wont be suffciant enough.You have to maintain screen sequence thorough VFBS.

Check This Thread=>

Former Member
0 Kudos

Hi

in transaction VFBS we have....

Function Codes T185F

Paths between Process. locations T185

Processing Locations T185V

Dialogs T185D

Development Support T185E

Tab Control TAXITABS

To maintain the Screen Sequence is it enough to fill Dialogs T185D or do I need to fill all all...?

if so can I maintain the same info for ZSAPMV45A as which is there for the standard profram SAPMV45A ?

Regards

Venkatesh

Former Member
0 Kudos

Hi,

Can you go to se93, and see in transaction propert the screen number you have given,

I think you have specified screen 0000 in the tcode, and because of that it is giving te dump.

With best regrds,

Navneet Chaubey