Sharon Christine has Published 436 Articles

Keyboard shortcut for double clicking a selected object in SAP

Sharon Christine

Sharon Christine

Updated on 30-Jul-2019 22:30:20

465 Views

You can use F2 for this.

Use workbench along with SAP Business One

Sharon Christine

Sharon Christine

Updated on 30-Jul-2019 22:30:20

276 Views

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

Sharon Christine

Sharon Christine

Updated on 30-Jul-2019 22:30:20

329 Views

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

How to pull distinct values from an array in java?

Sharon Christine

Sharon Christine

Updated on 30-Jul-2019 22:30:20

827 Views

To pull distinct values in an array you need to compare each element of the array to all the remaining elements, in case of a match you got your duplicate element. One solution to do so you need to use two loops (nested) where the inner loop starts with i+1 ... Read More

Using table parameter in SAP RFC Function module

Sharon Christine

Sharon Christine

Updated on 30-Jul-2019 22:30:20

1K+ Views

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

What is the open/standardized file format for exporting invoices in SAP ERP System?

Sharon Christine

Sharon Christine

Updated on 30-Jul-2019 22:30:20

92 Views

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

Advertisements