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: 

MARA DOES NOT EXIST ..CHECK NAME

Former Member
0 Kudos
2,511

hi guys,

i am using consolut free access to sap.......it is working fine

but when i am trying to use tables like mara , makt etc it is showing me that "this table does not exist check name"...

so pls help me to access these tables .......i am fresher in ABAP..........

hoping for ur reply .........

1 ACCEPTED SOLUTION

kabil_g
Active Participant
0 Kudos
951

Hi A.RAHIMAN NADAF,

                                       If  mara table doesn't have any values,, Then  try to create your own material master details in MM01. then it will be filled on the following Mara Table ...



18 REPLIES 18

Former Member
0 Kudos
951

Have you used below sentence before using the select query?

tables: mara.

Though it is an obsolete statement, you can use it since you are a beginner.

0 Kudos
951

@chinmay:

thanks for ur reply but i want to see mara table in se11 and there it shows me above error

so what should i do?

0 Kudos
951

Then you are not in SAP R3. Ask the basis guy the details of R3 system.

If you don't have a R3 system in landscape, you will have to use some other transparent table for your tests.

Former Member
0 Kudos
951

Hi ,

There must be something missing in your code.

Kindly put your code here.

Tables can easily be checked under SE11.

Regards,

Amit

0 Kudos
951

@amit:

when i check mara table in se11 it shows me message as  "mara does not exist check name"....

what i want to ask is ........in free access to sap server do they allow me to use such tables.........

thanks,

0 Kudos
951

Hi,

Yes , all the tables are available in SAP free access.

Make sure you are logged in the SAP r/3 Server not any other server.

Regards,

Amit

0 Kudos
951

how do i come to know that i have logged in sap r/3 server or not

0 Kudos
951

Hi ,

Please follow the guidelines issued by the provider carefully.

When they send you the address of they server they send multiple address.

Try to logging into others server mentioned by them.

Regards,

Amit

0 Kudos
951

system connection parameters i used:

description :- test server

application server:-n4sexternal

system number:- 01

system id:-N4S

SAProuter String:-/H/minisap.consolut.eu/W/consolut/H/

is it right??

i find this on a website so i used this........

0 Kudos
951

Hi,

I'm not sure of the above information.

But go to the website of the provider register there and they send you all the information through mail.

Regards,

Amit

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Kudos
951

Hi Nadaf,

In ECC you will have these kind of tables MARA, MARC, MAKT etc...

In CRM or Solomon Systems you will not have these kind of Tables.

based on the System you can decide whether you are at right place for what you are searching for.

The system clearly throws a message that you do not have that table.

In fact you can check that details in the table DD03L by entering the TABNAME = MARA in the selection screen of SE11 or SE16. If you got entries, then you have that table in your machine. If not, then you don't have that table in your system.

Hope this helps.

raymond_giuseppi
Active Contributor
0 Kudos
951

Check you are connected to a R3 or ECC server, as MARA should exist, are you connected to a BI/BW or Solman server ?

Regards,

Raymond

kabil_g
Active Participant
0 Kudos
952

Hi A.RAHIMAN NADAF,

                                       If  mara table doesn't have any values,, Then  try to create your own material master details in MM01. then it will be filled on the following Mara Table ...



Former Member
0 Kudos
951

@all guys,

look.....what u people are saying i dont understand it at all..

I am using SAP free access from consolut company who is parterner of SAP.

Now,

Logon Information for MiniSAP N4S Client 500 for ABAP Development Training & Full BI Access with RSA1 etc.:

User: DEVELOPER

Password: *******

Login URL: http://minisap.consolut.eu:8001/sap/bc/gui/sap/its/webgui

they have given me above user id and password with login url...

when i am accessing , i am not able to access system tables like MARA .

so what should i do??

dont tell me dummy steps plz......I am really confused and tensed...

help me guys...

0 Kudos
951

You are accessing BI system. BI system and R3 system are two different products of SAP.

Most of the ABAP books refer to R3 tables. MARA is a R3 table which is not present in BI.

0 Kudos
951

From any SAP screen, call menu : System, status, click on the icon under component version. Then  post the resulting windows here.

MiniSAP N4S Client 500 for ABAP Development Training & Full BI Access with RSA1 etc.:

But as it is a "training" version, you may not have a full ECC 6 system, also it could be a BI/BW system ?

Did you try to post in forum.consolut.net or contact their support, as even if we perform some analysis, that will not create MARA on your system...


Regards,

Raymond

0 Kudos
951

when i go to system ->status and clicked on icon under component version i found one window as follows:

     software component           level          highest support package          short description

1     SAP_BASIS                    0027                    ----------                              ----(SOME DSCTPTION)

2     SAP_ABA                       0027                    ----------                              ----------

3     PI_BASIS                         0017                    ----------                              ----------

4     ST-PI                              0007                    ----------                                  ----------

5     SAP_BW                         0029                    ----------                              ----------

0 Kudos
951

Well, if there is no SAP_APPL line, its actually a BW/BI system and no MARA table

An ECC 6.0 Ehp 4 system would look like

SAP_BASIS          701
SAP_ABA            701
PI_BASIS           701
ST-PI              2008_1_700
SAP_BS_FND         701
SAP_BW             701
SAP_AP             700
WEBCUIF            700
SAP_APPL           604
SAP_HR             604

(701 for version of SapNetweaver and 604 for ECC 6 Ehp 4)

Regards,

Raymond