SAP Articles

Page 70 of 91

How to detect encoding and mixed line endings (Windows and Unix) in SAP?

seetha
seetha
Updated on 12-Dec-2019 371 Views

You can make use of CL_ABAP_FILE_UTILITIES => CHECK_FOR_BOM to define file encoding type and use constantly of class CL_ABAP_CHAR_UTILITIES to process the files.ClassCL_ABAP_CHAR_UTILITIESShort DescriptionUtilities for Processing Characters

Read More

How to create an ALV in docking container in SAP?

SAP
vanithasree
vanithasree
Updated on 12-Dec-2019 788 Views

Wa_fieldcat is a structure used as a container for the information that has to be added to t_fieldcat.Following Parameters are passed:                                *  pv_field   TYPE any for Field                               *  pv_tabname TYPE any for Table Name               *  pv_coltext TYPE any for Header TextThese variables can’t append under t_fieldcat without putting them in a unified structure.

Read More

Difference between class alv and function alv in SAP ABAP?

Sharon Christine
Sharon Christine
Updated on 11-Dec-2019 3K+ Views

Class alv and Function alv are different in terms of features. Below is the difference:Class alv are secured as compared to function alv.While using class alv, it improves the performance.With use of function alv, you can create screens using function module however you need to call separate programs to generate screen.Class alv provides Object Oriented functionality and hence they are easily reusable.You can execute function modules asynchronously and can also be called by other systems remotely.Below is an example of class ALV:DATA: lcl_alv TYPE REF TO cl_gui_alv_grid,       t_gly TYPE STANDARD TABLE OF Travels . SELECT * FROM ...

Read More

How to connect to an SAP module?

karthikeya Boyini
karthikeya Boyini
Updated on 11-Dec-2019 420 Views

You can create RFC function module and then call this function module from outside. You can create RFC using T-Code SE37You can use the following link to know more about using RFC function module:https://archive.sap.com/discussions/thread/333645This tells about how you can create an FM in SE37 in Target system enabling Remote-Function Enabled and using attributes of FM.To create an RFC connection, you need to use T-Code: SM59 mentioning Username and Password.Another link that you can refer which tells about creating RFC and Remote-enabled FM and call from another SAP system using ABAP Program:https://wiki.scn.sap.com/wiki/display/Snippets/Creating+RFC+and+Remote-enabled+FM+and+call+from+another+SAP+system+using+ABAP+Program

Read More

Differentiate between Transaction code SE01, SE09, and SE10 in SAP ECC system?

Swarali Sree
Swarali Sree
Updated on 11-Dec-2019 1K+ Views

In early sap version, SE09 and SE10 perform different functions as below:SE09 was widely used in workbench/development of transports.SE10 was widely used in customizing transports.In newer version now, both the Transactions SE09 and SE10 perform the same function as shown in below snapshot.In addition, SE01 is an extension combining SE09 and SE10 functions and adding lot other functions as shown in below snapshot:

Read More

How to Fetch source code of the transaction note in SAP R/3?

Monica Mona
Monica Mona
Updated on 11-Dec-2019 429 Views

If you ever need to fetch the mapped program with a transaction, you need to call the transaction SE93. It will fetch you the program and variant of the selection screen.Now, if you need source code then you can use the transaction SE38 or SE80. If you also require Dynpro which is mapped against the program then use SE80.

Read More

Difference between SE01, SE09 and SE10 Transactions in SAP

Swarali Sree
Swarali Sree
Updated on 11-Dec-2019 5K+ Views

Both SE09 and SE10 were used in earlier releases of SAP for different purposes.SE09 – This was used for development of transportsSE10 – This was used for customizing the transports request. When you run SE10 in SAP ERP, you will get the same screen as in T-Code SE09 of Transport Organizer.In the latest version of SAP NetWeaver, both the Transactions are same.SE01 –This combines the features of both SE09 and SE10. Apart from that, there are many other features included in it like displaying specific transport request.

Read More

Difference between SAP ECC system and SAP BW system?

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Dec-2019 4K+ Views

SAP ECC stands for SAP ERP Central Component (ECC). It is a standout amongst the most perceived resources that SAP has developed. It is an ERP software which comprises in a few modules that give the association’s awesome control over their key business forms.Various modules can speak with each other to make a completely coordinated application particular to any client inside an extensive variety of industry areas. It can be customized to serve the individual needs as well.SAP ECC executions are a major test for any client due to the hazard that speaks to changing the way they oversee fundamental ...

Read More

How to Learn SAP ERP System?

Samual Sam
Samual Sam
Updated on 11-Dec-2019 581 Views

SAP Education provides training courses (authorized for training and certification) to learn SAP. Other training institutes are also there which are not official. We can also get SAP information from books and different websites like:https://www.tutorialspoint.com/sap_tutorials.htmOther sites that you can use to learn SAP are:https://help.sap.comhttps://scn.sap.comhttps://en.wikipedia.org/wiki/SAP_ERPYou also need to do practice with real-time SAP system instead of theoretical knowledge however due to expensive software license and hardware requirements it’s impossible to install SAP on a personal computer. By paying some amount we can use SAP remote servers with a sample database. These sample systems are easily available over the internet for common ...

Read More

Explain the module function to split ABAP date?

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Dec-2019 440 Views

You can use module function name “MONTH_NAMES_GET” to get the month’s name. The function will take up the language as a parameter; you can pass the desired language as a parameter and get the month’s name. Similarly, we have a function for fetching day name as well. You can use:“RH_GET_DATE_DAYNAME”

Read More
Showing 691–700 of 902 articles
« Prev 1 68 69 70 71 72 91 Next »
Advertisements