cancel
Showing results for 
Search instead for 
Did you mean: 

How to make new Branch and Position programatically using JCO

Former Member
0 Kudos

how to make new object of Branch and Position (HR Module,Employee Form )programatically using JCO. Is there any way or i have to direct hit on the database using Insert Queries ?

Accepted Solutions (0)

Answers (1)

Answers (1)

barend_morkel2
Active Contributor
0 Kudos

Hi Parveen,

If (like in this case) there is no object exposed for certain properties like Branch and position, you have to find a work around for it. You can't create an object that will for part of the SBO system objects.

You can however create a UDO (user defined object) that will have its own table structure and you can link it to the HR records.

You are not allowed by SAP to insert/update/delete system tables.

Former Member
0 Kudos

How to insert data in existing table (such as OUBR) using UDO. How data retrieved from Table. Because in case of Branch we don't have any Business object, which can interact with branch table (Either we can directly fire insert query on table or is there any alternative way).