cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Program to create a custom Property Tree

former_member758078
Participant
0 Kudos

Hi Gurus,

We all know we can manually create Property Trees from SPro.

Is it possible to automate these programs using a Custom ABAP Program?

rohan_somji
Active Participant
0 Kudos

Hello Sandeep,

A easy work around which I prefer when I have 100s of data to be created in SPRO is LSMW. You can find out the Configuration Transaction via TCode CUS_IMGACH. Then create a LSMW. You can mention the TR number and all the predefined steps. It has worked well for me and I always use this approach. You don't even need a developer if you are well versed with LSMW.

Accepted Solutions (0)

Answers (3)

Answers (3)

christoph_bergemann
Active Contributor
0 Kudos

Hello

nobody (which i know) will use your approach for data migration aspects. From my perspective: never seen the need to prepare so many property trees for data migration aspects (and we are executing regularly migration activities).

You should not try to prepare a ABAP report to do the job The topic is "pure customing" and i have never seen any need to use an "ABAP" report to prepare customizing. You can use may be "BC Sets" to do the job

C.B.

former_member758078
Participant
0 Kudos

Hi Christoph,

Thanks for answer.

I need your help in WWI. Could you please look into this question: https://answers.sap.com/questions/13531350/wwi-report-not-displaying-property-data-repeating.html#

Regards,

Sandeep

0 Kudos

Hi Sandeep Selvaraj,

Hope you are doing gud !!

Custom Property Tree creation using Report Program is Feasible or not in EHS without SPRO.

For the above given query, Answer is Yes we can do this in two ways :-

1) To create a new custom Report Program which takes input in the format of dat files and then add the standard Report Program for tcode : CG35 to import Property Tree via dat files in your custom Report Program. This helps you to create a custom property Tree in EHS system without SPRO configuration.

2) To Create a new custom Report Program via Selection screen :- You need to create a Report Program in such a case you need details from business like class, char and property Tree name etc all attributes needs to be provided during propety Tree creation.

But as christoph.bergemann mentioned we already have two ways of custom property Tree creation via CG35 and another via SPRO Path. Our recommendation would be to use the standard approach to create a Property Tree.

Hope this helps !!!

Thanks and Regards,

Vasanth.

former_member758078
Participant
0 Kudos

Hi Vasanth,

The only reason to try this, is for data migration. Maybe there are hundreds of property trees and using SPro might be time consuming and a tedious task. Hence the idea of a custom report program.

Regards,

Sandeep

christoph_bergemann
Active Contributor
0 Kudos

Hello

as the whole topics is "customizig" only.: anybody will do it manually. There is no use for a ABAP report. This would not make sense. Normally: during the "Blue Print" phase the requested property trees are defined and set up. In the daily live: only seen that there is a need to "update" a property. tree. A new property tree is needed may be once per 3 years only.

C.B.