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

Problem creating ABAP program as Local Object

Former Member
0 Likes
1,594

Hi Gurus,

I have installed SAP NW ABAP 7.02 successfully and was able to login to system using BCUSER id. I tried to create my first ABAP program using SE38. I entered program name as ZBH02, Click "Create", entered program description on next page and Program type as "Executable Progrm", Click Save.

On next screen (Create Document Object Entry screen), I clicked on Local Object. But after clicking this button nothing happens. ABAP editor is not dispalyed to write ABAP program.

Can you help me with the same?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,399

Try "Source Code".

10 REPLIES 10
Read only

Former Member
0 Likes
1,400

Try "Source Code".

Read only

0 Likes
1,399

I selected "Source Code" on ABAP editor: initial screen. I selected "Create" button and entered program name and Program type as "Executable Program" and clicked save. Next on "Create Object Entry" screen I entered Package name as $TMP and clicked on Local Object. But after clicking that cursor changes to rotating wheel but I guess nothing happens. I waited for 3-4 hours but nothing happened.

Do you think I need to modify anything to make this work?

Read only

0 Likes
1,399

Each Abap program has optional components such as attributes , documentation, variant ... Besides it also has source code u201Ccomponentu201D where you plug in your abap code and play. This is just a minor problem you should be able to overcome it fairly easy. Itu2019s getting harder and harder.

Edited by: Passing By on Nov 4, 2011 9:10 PM

Read only

0 Likes
1,399

Is this something to do with profile setup (RZ10) or Transport Managment system (STMS)?

FYI,,,i dont have any profile setup in my system. I tried to import file from active server but without any luck.Also I dont have clear idea how to setup TMS using transaction STMS. Can this be issue?

Read only

0 Likes
1,399

Hi ravanibhavik,

I installed SAP NW ABAP 7.02 successfully too. But when I tried to logon with user name bcuser and password minisap. The system rejected it. What password youu2019re using for bcuser ?

Regards,

Raj

Edited by: Raj Shankar on Nov 5, 2011 4:31 PM

Read only

0 Likes
1,399

- Local object ($TMP) is not transportable hence logically STMS doesnu2019t anything to do with this problem.

- Even if youu2019re first timer (donu2019t have a profile yet), I believe the system would use defaut values. It means Abap editor should be up and running for you.

But you can set up your own profile to customize your personal taste and preference. I canu2019t remember all the variables in the tcode RZ10, but essentially it allows you to set up environment variables. One thing jumps out of my head is the no. of background processes allowed; you should check for more details.

My gut tells me RZ10 is not the cause of the current issue.

- Why donu2019t you scrap the current program and create a new one. Sometimes it works this way (mysteriously).

Read only

0 Likes
1,399

Shankar,

Make sure you donu2019t misspell the password, itu2019s case sensitive. But any reason youu2019re still stuck, thereu2019s a trick: logon with superuser SAP*, navigate to su01, pull out bcuser then reset the password.

Read only

0 Likes
1,399

I finally uninstalled NW 7.02 and reinstalled. Also as per some blogs, i deleted all instances of MSXML 4.0 and reinstalled from microsoft website. Finally I was able to create new program using ABAP editor. Yes it seems RZ10 was not an issue and no profile setup is required.

Raj - I used master password setup during installation to login using BCUSER id and it worked for me. But u can also login using SAP* id and master password and create password using SU01 for BCUSER.

Thanks all for your reply

Read only

0 Likes
1,399

Thanks.

Read only

0 Likes
1,399

Thanks for your reply.