×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Net Meeting
Tutorix
Login
Packages
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Library
Videos
Q/A
eBooks
Login
Library
Videos
eBooks
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Sharon Christine
has Published
468
Answers
Difference between class alv and function alv in SAP ABAP?
ABAP
SAP
Sharon Christine
Published on 20-Dec-2017 16:07:44
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 ...
Read More
What is the open/standardized file format for exporting invoices in SAP ERP System?
SAP
ERP
Sharon Christine
Published on 20-Dec-2017 15:15:39
SAP uses IDoc known as an intermediate document to exchange data between logical systems. If your system involves non-SAP systems as well, then IDoc can be used as a standard interface for data exchange between SAP and non-SAP systems.IDoc is a container for information exchange. IDoc is made by message ...
Read More
Using table parameter in SAP RFC Function module
SAP
SAP APO
Sap Rfc
Sharon Christine
Published on 20-Dec-2017 11:00:17
RFC enabled function modules, you should use a structure as line type for the table. You should declare a dictionary structure Z_MY_PARTS_DATA with a single field DESCRIPTION TYPE CGPL_TEXT2.Declare a data dictionary table type Z_MY_PARTS_TABLE using this structure.Next is to use the table type in Function module.
Read More
SAP Associate Level Exam preparation
SAP
ABAP
Sharon Christine
Published on 19-Dec-2017 13:11:00
First, let me make your core basics clear.When you are referring to SAP ECC, you are referring to SAP ERP Central Component which is more or less equivalent to the prior SAP R3 System. ABAP does not play any much part over here.But ABAP resides in the kernel of SAP ...
Read More
Retrieve list of linked documents in SAP
SAP
Sap Rfc
Sharon Christine
Published on 19-Dec-2017 12:37:29
There are lots of RFC present to fetch the list of documents. You can try any permutation and combination to identify which suits your requirementBAPI_MATERIAL_GETLISTBAPI_DOCUMENT_GETOBJECTDOCSBAPI_DOCUMENT_GETOBJECTLINKSBAPI_DOCUMENT_GETDETAIL I prefer that you better try with BAPI_DOCUMENT_GETOBJECTDOCS, I have used it to achieve something similar in the past.
Read More
Adding an image to SAP Adobe form from MIME repository
SAP
Sharon Christine
Published on 19-Dec-2017 12:04:45
Note that Image must be uploaded from system to MIME beforehand.Run Transaction SE78 → Upload (F5).You have to declare 2 variables in the interface - global data with types string and xstring, You need to change the data declaration as below −data: gv_bmp_watermark type xstring. constants: gc_url_watermark type string value ...
Read More
Use workbench along with SAP Business One
SAP
ABAP
Sharon Christine
Published on 18-Dec-2017 17:39:46
The answer is No. Workbench is not present in business one. The reason being the core of business one is not based on ABAP or NetWeaver.Business one relies heavily on SQL. It has a SQL database and you can write queries for fetching data. These data are then used for ...
Read More
Pseudo code to hide warning in SAP ABAP
SAP
ABAP
Sharon Christine
Published on 18-Dec-2017 16:02:26
This cannot be overridden or suppressed by a pseudo code of pragma. If you run your query with extended syntax check, you will find the message as well that this cannot be suppressed. The extended check can be done by going to PROGRAM => Check => Extended Syntax Check
Read More
Previous
1
...
41
42
43
44
45
46
47
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout