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

Landscape

Former Member
0 Likes
520

HAI,

what is system Landscape?

Can Top-of-page trigger with VLINE.?

for uploading master data(ex:customer data) into sap, which methods you prefer? call transaction/session/lsmw/bapi? why?

THANK YOU

ASHOK KUMAR

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi

The system landscape description is an exact model of the installed system landscape.

The classes in the system landscape description are linked to those classes in the component information by using associations. In this way, an installed component that is entered in the system landscape description can quickly find current, relevant information by using its corresponding instances in the component information.

Features

The system landscape description provides information about the following:

· Systems and system topology (network addresses and links, for example)

· Component structures

· Component information of the installed software

Landscape is like a server system or like a layout of the servers or some may even call it the architecture of the server’s viz. SAP is divided into three different landscapes DEVELOPMENT, QAS (QUALITY CLIENT) and PROD (PRODUCTION).

-DEV would have multiple clients for ex: 190- Sandbox, 100- Golden, 180- Unit Test.

- QAS may again have multiple clients for ex: 300- Integration Test, 700 to 710 Training.

- PROD may have something like a 1 Production.

DEVELOPMENT ---> QUALITY -

-


PRODUCTION

DEVELOPMENT: is where the consultants do the customization as per the company's requirement. Here the consultants developing different objects like (reports, forms, interfaces, conversion programs) using ABAP Work bench tools and analyze the performance and results of each and every object by using different tools like DERBUGGER (/h is the transaction code), RUNTIME ANALYSER (se30), SQL TRACE (st05).

QUALITY: is where the core team members and other members test the customization.

PRODUCTION: is where the live data of the company is recorded.

Any WRITE statement will trigger top-of-page

You can use any of the methods depending upon your ease

BDC/LSMW/BAPI etc. for Uploading master data

nothing wrong, and there is no hardcode rule to use a particular method.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
483

hi ashok,

system landscape

development server --> test/quality server --> Production server

for uploading master data, it depends on the amount of data and ur requirement.

Regards....

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
483

Hi,

The system landscape description is an exact model of the installed system landscape.

The classes in the system landscape description are linked to those classes in the component information by using associations. In this way, an installed component that is entered in the system landscape description can quickly find current, relevant information by using its corresponding instances in the component information.

Features

The system landscape description provides information about the following:

· Systems and system topology (network addresses and links, for example)

· Component structures

· Component information of the installed software

Landscape is like a server system or like a layout of the servers or some may even call it the architecture of the server’s viz. SAP is divided into three different landscapes DEVELOPMENT, QAS (QUALITY CLIENT) and PROD (PRODUCTION).

-DEV would have multiple clients for ex: 190- Sandbox, 100- Golden, 180- Unit Test.

- QAS may again have multiple clients for ex: 300- Integration Test, 700 to 710 Training.

- PROD may have something like a 1 Production.

DEVELOPMENT ---> QUALITY -

-


PRODUCTION

DEVELOPMENT: is where the consultants do the customization as per the company's requirement. Here the consultants developing different objects like (reports, forms, interfaces, conversion programs) using ABAP Work bench tools and analyze the performance and results of each and every object by using different tools like DERBUGGER (/h is the transaction code), RUNTIME ANALYSER (se30), SQL TRACE (st05).

QUALITY: is where the core team members and other members test the customization.

PRODUCTION: is where the live data of the company is recorded.

http://www.sap-img.com/general/what-is-sap--landscape.htm

2.

Top of page will be triggered

during the first occurence of 1) WRITE stmt,

2) ULINE,

3) NEW-PAGE,

4) SKIP.

NOT VLINE.

3.The method we use depends on the requirement.

Regards,

Priyanka.