2013 Jan 01 7:36 AM
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 .........
2013 Jan 02 9:17 AM
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 ...
2013 Jan 01 9:30 AM
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.
2013 Jan 02 2:56 AM
@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?
2013 Jan 02 3:43 AM
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.
2013 Jan 01 9:58 AM
Hi ,
There must be something missing in your code.
Kindly put your code here.
Tables can easily be checked under SE11.
Regards,
Amit
2013 Jan 02 2:52 AM
@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,
2013 Jan 02 2:59 AM
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
2013 Jan 02 3:07 AM
how do i come to know that i have logged in sap r/3 server or not
2013 Jan 02 3:13 AM
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
2013 Jan 02 3:34 AM
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........
2013 Jan 02 3:38 AM
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
2013 Jan 02 8:27 AM
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.
2013 Jan 02 7:07 AM
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
2013 Jan 02 9:17 AM
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 ...
2013 Jan 03 3:35 PM
@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...
2013 Jan 03 3:52 PM
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.
2013 Jan 03 3:53 PM
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
2013 Jan 04 3:58 AM
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 ---------- ----------
2013 Jan 04 7:20 AM
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