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

Tcode ME2J

Former Member
0 Likes
3,754

Hello, while executing Tcode ME2J getting the error "Project view does not exist". However after exiting from the screen and executing the tcode again, get the same error with the standard blank screen on backend.

Please let me know why the previous error gets displayed when we execute the transaction again instead of showing fresh screen

1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
3,453

The design since release 46b is to start the transaction with the last used settings, just do it right once and the next time you will not see the error.

15 REPLIES 15
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,453

Look at OSS for KBA (1958381)

Hint: In you case system memorized the wrong profile in memory (Id PDB) so error raised in initialization and not in a PAI module. (So never leave the transaction with a wrong values)

Regards,

Raymond

Read only

0 Likes
3,453

Hi Raymond,

As per the hint given by you, is it the standard behaviour of the transaction ME2J?

Is there any documentation on "never leave the transaction with a wrong values in ME2J".

Also what can be the solution for this issue?

Reagrds,

Reshma

Read only

0 Likes
3,453

That was our "local" solution, we also add a valid profil value in parameter tab of everyone concerned.

(Just for fun: guess what happened to users with a wrong value in user parameters...)

Regards,

Raymond

Read only

Pardhasaradhi_Reddy_Chelikam
Active Contributor
0 Likes
3,453

Dear,

Are you entering correct database profile after executing ME2J transaction?

Regards,

Pardhu

Read only

0 Likes
3,453

The database profile which I am entering give the error, which is correct.

however after exiting from the screen, I again execute the tcode ME2 and at that time I get the same error witout even entering the DB profile.

Which means that it is carring the old entry.

And the blan Me2j screen also gets displayed.

Read only

0 Likes
3,453

Dear,

First time it takes your database profile and executes the same if you come back and execute ME2J.

If you want to change the Database profile click on icon on selection screen and enter valid database profiel and then execute.

Regards,

Pardhu

Read only

0 Likes
3,453

Yes, I tried the same and it works fine when I change the DB profile using Othe DB Profile option.

However if I come out of that session and execute the ME2J in new session then the same error gets displayed. The only solution for me to execute the transaction is to logout from the system and then login again.

Read only

0 Likes
3,453

Dear ,

No , you need to come back to main SAP menu and then execute, then system will assk for db profile.

Regards,

pardhu

Read only

0 Likes
3,453

Yes, thats the issue. Even if I come back to main screen and then execute, then getting the same error pop-up screen. It is not asking for DB profile.

What can be the issue?

Read only

0 Likes
3,453

Dear,

Is there any default variant for your user id.I mean user specifi selection variant?

Regards,

Pardhu

Read only

0 Likes
3,453

Hi Pradhu,

No, there is no variant set.

However as suggested by Raymond, it system must be storing previous error/data in memory.

I am not able to get the exact cause for the issue.

Regards,

Reshma

Read only

0 Likes
3,453

Dear,

In this case just try by clicking on SAP screen and then Local data-->History.Clear history and then try.

Regards,

pardhu

Read only

Former Member
0 Likes
3,453

Hi Pradhu.

I tried the steps given by you, however it is of no use. The issue still exist.

Could you please let me know if there is any enhancement point available to clear the previous DB profile value from memory?

Regards,

Reshma

Read only

0 Likes
3,453

Dear,

It is not happening to us.Why every time your user enters the wrong DB Profile? I don`t think system will consider wrong DB profile over there.It should give error message.

If still you want to have a control.Just sit with your ABAPER to have a validation of DB profiles in ME2J screen.

Is every user executes the ME2J gets the same error?

Reagrds,

Pardhu

Read only

JL23
Active Contributor
0 Likes
3,454

The design since release 46b is to start the transaction with the last used settings, just do it right once and the next time you will not see the error.