SAP Basis Articles

Page 10 of 50

Export Data from a SAP system

SAP ABAP Expert
SAP ABAP Expert
Updated on 12-Jun-2020 917 Views

Your question seems to be uncertain. SAP stores data in database and SAP database structure is not conventional and quite complex.  You need to code separately on top of SAP to support export data to outside world and you are free to choose format of your choice.Identify the user specific SQVI queries in ABAP/BAPI. With use of QucikViewer (SQVI), it is a tool for generating reports. SAP Query offers the user a whole range of options for defining reports.Transaction Code: SQVI (Quick Viewer)You can check out this link to know more how to generate report:Create Report by usingsqvi

Read More

Differentiate dynamic parameter from others in SAP

SAP ABAP Expert
SAP ABAP Expert
Updated on 12-Jun-2020 1K+ Views

It’s a straight forward way to do the same.You have to go to the transaction RZ11 for the parameter, if the dynamic field checkbox is checked it means that the parameter is a dynamic parameter otherwise it is not a dynamic parameter meaning it is a static parameter.

Read More

Selecting cut field value of SAP tables using JCo

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Jun-2020 315 Views

If you are using FM RFC_READ_TABLE, it is not achievable. In order to read SAP tables or views, SAP RFC_READ_TABLE is used.You can probably write a different Function Module to perform this. Also refer this SAP Note link: Function module RFC_READ_TABLESAP Note

Read More

In SAP Crystal Reports, removing extra white space between details sections

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Jun-2020 1K+ Views

I think this can be resolved by navigating to Format Editor tab. You have to check "Can Grow", and deselect the Keep Object together in the subreport as shown in below.

Read More

Using Filter to fetch specific data in SAP Crystal Reports

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Jun-2020 490 Views

I think you need to setup filtering in Record Selection formula. Navigate to this path to open Record Selection Formula:Report → Selection Formula → RecordThis will open a new window where you can pass your condition and rerun the report.To know more about Record Selection Formula, you can refer this link:1217147 - Crystal Reports Record Selection Formula change order when modifying it via the Select Expert.SAP Knowledge Base 1217147

Read More

Using SAP Server for education and training purpose

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Jun-2020 274 Views

I think this can be achieved. When you create a copy of your production system, you can select which data you want to copy- you can select no for users and application data.You can use SAP TEST DATA Migration Server TDMS, to transfer limited data to test instance however it involves extra cost and not recommended until it is really required. Refer this link to know more on TDMS:SAP TDMSYou can keep both the instance- Prod and Test synchronized by using Transport Management System TMS where you can schedule transport to load data to training instance. With use of Change ...

Read More

Sending an itab to SAP Spool using ABAP method

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Jun-2020 1K+ Views

Check this class: CL_RSPO_SPOOL_HANDLE as it provides an OO interface to spool.Class CL_RSPO_SPOOL_HANDLE  Short Description Spool: Spool Request Opened for WritingYou can refer this link to know more about this class:CL_RSPO_SPOOL_HANDLE 

Read More

Adding custom fields to items in SAP Transaction ME5xN x=1,2,3..

Anil SAP Gupta
Anil SAP Gupta
Updated on 12-Jun-2020 1K+ Views

This can be done by following below path −T-code − SPRO → Materials Management → Purchasing → Purchase Requisition → Define Screen Layout at Document Level and there view the details on the transaction you want to customize.When you execute, there view the details on the transaction you want to customize. You need to uncheck the "Display" checkbox for your field.

Read More

Moving BAPI, Function Module, and Business Object from one SAP system to other

SAP Expert
SAP Expert
Updated on 12-Jun-2020 516 Views

This can be performed using Change and Transport system CTS. CTS can be used to move ABAP objects, Java objects in your SAP system landscape.Transport management is one of the key components in SAP system landscape and is used to perform the following activities −Defining Transport Domain Controller.Configuring the SAP system landscape.Defining the Transport Routes among systems within the system Landscape.Distributing the configurationManaging TransportTo open Transport Management System, use T-Code − STMSYou can also refer to this SAP documentation to know more about Change and Transport System −SAP Documentation- CTS

Read More

In SAPUI5, how two add two icons in StandardListItem

SAP Expert
SAP Expert
Updated on 12-Jun-2020 373 Views

Instead of using StandardListitem, you should use CustomListitem. With use of CustomListitem, you can add any kind of content.As per SAP documentation, CustomListitem has following use:This control with a content aggregation can be used to customize standard list items that SAP doesn't provide. List mode and ListItem type are applied to CustomListItems as well.Note: Even though the content aggregation allows any control, complex responsive layout controls (e.g. Table, Form) should not be aggregated as content.SAP CustomListItemnew sap.m.CustomListItem(sId?, mSettings?)Param Type Default Value DescriptionsId?String ID for the new control, generated automatically if no ID is givenmSettings? Object Initial settings for the new ...

Read More
Showing 91–100 of 498 articles
« Prev 1 8 9 10 11 12 50 Next »
Advertisements