SAP Articles

Page 88 of 91

Checking technical information associated with screen field in SAP without any documentation

Ali
Ali
Updated on 30-Jul-2019 747 Views

When you have report selection screen option, you can use Ctrl+S to enter the variant screen. Press Technical Name button to display technical name information for the respective field.In case you want more information related to parameter field, you can write an ABAP code to see the definition.Mostly, F1 key is used to get all the details about the technical details of a particular field as shown in below:Also if you want to see Technical name of objects in SAP ECC Easy access for all the modules, you can navigate to Extras -> Settings

Read More

Copying ALV layout from one client to another in SAP if they are not user specific

Ramu Prasad
Ramu Prasad
Updated on 30-Jul-2019 928 Views

You can transport your ALV layouts to other system if they are not user specific. This can be performed in Layout Administration by raising a customizing request.Navigate to this path for Layout Administration:Main Menu -> Settings -> Layout -> Administration

Read More

Way to check if SAP system is ABAP based, Java or Dual stack

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 2K+ Views

Using SAP GUI, you can only access ABAP or ABAP+Java based system. You can check at multiple places if it is a dual system.T-code: SMICM, you can checklist of services in transaction SMICM (Goto --> Services) - dual stack systems will have the J2EE services listed too. There will also be an AS Java menu in SMICM on ABAP+Java systems.

Read More

Can anyone help me with Eclipse configuration for SAP HANA Cloud platform? Below is schema details:

Abhinanda Shri
Abhinanda Shri
Updated on 30-Jul-2019 206 Views

Note that Eclipse Neon is not compatible tih SAP HANA Cloud platform. Refer the below compatibility document: https://tools.hana.ondemand.com/#hanatools

Read More

In SAP ABAP, mapping two database table fields

Johar Ali
Johar Ali
Updated on 30-Jul-2019 620 Views

I don’t think there is a way to perform this. The common way to do this is by extending original table and fill the new fields.T-Code: SPDD is somewhat relevant that can be used to compare all the dictionary objects- data elements, tables and structure with old system.T-Code: SPAU can also be used to compare objects –Reports, Programs, Screens, Messages, Notes, Function Modules etc. which have difference in the Latest SAP request and the previous ones. You can use SPAU just after SPDD or when SAP system upgrade is performed.Using SPDD and SPAU, you can view all the modified objects, ...

Read More

Exporting test variant in Transaction SE37 in SAP R/3

Amit Sharma
Amit Sharma
Updated on 30-Jul-2019 1K+ Views

Try using Table EUFUNC or also check Function Module: RS_TESTDATA_GET. When you save test data in SE37 it's going to be saved in test data directory.

Read More

Finding CUID in a SAP BO Webi report in Formula Editor

Rahul Sharma
Rahul Sharma
Updated on 30-Jul-2019 874 Views

In Business Object, a CUID is a key to identify Universe or report in the same cluster when you publish an object first time in the repository. CUID is part of metadata stored in repository and data actually exists in the report.I don’t think you can find CUID from a webi report while you are editing in modify mode. This could be possible with the use of SDK.You can find CUID by opening object properties in CMC.

Read More

Extracting data from SAP ERP for a Third Party SystemnnExtracting data from SAP ERP for a Third Party System

Nitya Raut
Nitya Raut
Updated on 30-Jul-2019 401 Views

Let’s talk the standard way - It would be a great option to opt for creating a REST based ODATA services. You can expose the SAP functionalities mainly BAPI or any RFC as a service with SAP gateway. SAP gateway lets applications to exchange data across a variety of technologies and applications.In case the requirements are not extensive and can be catered by existing API’s exposed by SAP, then you can just enable the required services for usage. These APIs will require good hands-on knowledge of SAP Services.You can build an SAP source data plugin using JAVA and JAVA SAP ...

Read More

Exporting data from SAP system to an Excel Report

Smita Kapse
Smita Kapse
Updated on 30-Jul-2019 885 Views

You can write an ABAP program for exporting the data from SAP and then use a remote function call which can be invoked my macro to fetch the data. Also, you can go for creating the file itself if that fits the requirement.You can also opt for SAP GUI Scripting as an alternative. The scripting framework allows you to automate the interface for Windows and Java. It can let you perform a lot of activities.Scripting API provides you with the good number of scriptable objects which wraps the SAP GUI objects. You can use these objects from macros. SAP GUI ...

Read More

How is GENTRAN used in Electronic data interchange EDI in SAP?

SAP
Swarali Sree
Swarali Sree
Updated on 30-Jul-2019 517 Views

Let me give you a basic info about electronic data interchange, it is used to exchange data (usually structured) between firms.Speaking about GENTRAN, it is one of the available EDI tools which can help you parse data in most of the common formats available. If you want to change the format of data from one to another, GENTRAN can do it for you too.Coming up to the most exciting part of it, it provides a drag and drop interface to you where you can program.Usually, when you need to convert a document from one format to another, you need to ...

Read More
Showing 871–880 of 902 articles
Advertisements