Use of Function modules in SAP ABAP to change address independent communication data for BP

Samual Sam
Updated on 30-Jul-2019 22:30:22

3K+ Views

You can change address independent communication data using Function Modules like BAPI_BUPA_CREATE_FROM_DATA and BAPI_BUPA_CENTRAL_CHANGE and other FM’s in the same category.Function Module: BAPI_BUPA_CREATE_FROM_DATA   Function Group: BUBA_3            Program Name: SAPLBUBA_3   Following are the parameters:Function Module: BAPI_BUPA_CENTRAL_CHANGEFunction Group: BUBA_3            Program Name: SAPLBUBA_3Following are the parameters:Functional Group: BUBA_3You have lot many function modules that comes under function group BUBA_3, Few of them are below and their description:BAPI_BUPA_CREATE_FROM_DATASAP BP, BAPI: Create Business PartnerBAPI_BUPA_ADDRESSES_GETSAP BP, BAPI: Determine All AddressesBAPI_BUPA_EXISTENCE_CHECKSAP BP, BAPI: Check Existence of Business PartnerBAPI_BUPA_GET_NUMBERSSAP BP, BAPI: Read Business Partner NumbersBAPI_BUPA_ADDRESS_GETDETAILSAP BP, BAPI: Read ... Read More

Using Switch Ownership option in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

1K+ Views

With use of switch ownership you can take single or multiple inactive objects from other users. Multiple Information views can be created in HANA system and all these views remains inactive until they are activated in HANA Studio. With use of Switch Ownership option, one user can take ownership of one or multiple inactive objects in HANA.You need to select inactive Information objects that you want to take from other user. From drop down list you can select source user and with use of Add button, you can add objects under selected models window.

Difference between take over and Switch ownership in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

636 Views

Below is the difference between take over and switch ownership.Take Over: This option is used to take single inactive object from another workspace.Switch Ownership: This option is used to take single or multiple inactive objects from other users.When you expand Switch ownership option in HANA Modeler, you can see description of this option-

How to use R in Java-8 regex.

Arnab Chakraborty
Updated on 30-Jul-2019 22:30:22

563 Views

\R matches any line break as defined by the Unicode standardPattern p = Pattern.compile("\R");Unicode line-break sequence is equivalent to \u000D\u000A|[\u000A\u000B\u000C\u000D\u0085\u2028\u2029]

Using activity in SAP for number range intervals and number range objects

karthikeya Boyini
Updated on 30-Jul-2019 22:30:22

175 Views

As the name indicates, activity 02 is for intervals while activity 17 is for objects. There can be a different number range interval for a given SAP number range interval.

Changing authoring schema of catalog objects in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

601 Views

In SAP HANA Modeler perspective, you have an option of changing authoring schema of catalog objects.Select the objects for which you want to change the authoring schema from Content tab. You can use Add button to add objects Available -> SelectedFrom drop down, you need to select Authoring Schema details- Source and Target

How the Table statement works in ABAP

Syed Javed
Updated on 30-Jul-2019 22:30:22

438 Views

With table statement, you are able to get a single line of data corresponding to the dictionary structure you specify. The fields of structure can be used as select options and the structure can be passed as variable in the program.

Multilevel object impact in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

172 Views

With use of Where-Used option, you can only check first level of object. Multi-level Object impact or impact due to the change to a table is not directly visible.

Importing an object from ECM application in SAP Business Workplace

Sharon Christine
Updated on 30-Jul-2019 22:30:22

187 Views

Correct, importing to the business workplace and using object importer is same.

Repairing repository objects in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:22

414 Views

In SAP HANA Modeler perspective, you have Repair Dependencies option, which can be used to repair objects. Select packages that have the objects to be repaired. This repair operation will replace the existing objects and save the new object types within the same packages.

Advertisements