cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Function for renaming of a planning level?

Former Member
0 Kudos

Hi all,

i wanna know if does exist an ABAP Function for renaming of a planning level or parameter group.

Someone can help me please?

Thanx a lot,

Paolo.

Accepted Solutions (0)

Answers (2)

Answers (2)

matt
Active Contributor
0 Kudos

To get a rename, you can must do a copy followed by a delete.

The function modules are: UPC_PLEVEL_COPY and UPC_PLEVEL_DELETE. Note, however, these are unreleased and you use them at your own risk.

You might also find UPF_METHOD_COPY UPF_METHOD_DELETE useful.

matt

Former Member
0 Kudos

<Font Face="Tahoma" Color="Blue">

Hi,

I don't think any such Function Module exists. Nonetheless I can give you a good hint.

All the details of all planning objects (Planning Areas, Planning Levels, Planning Functions. Parameter Groups etc) are stored in UP* Tables. Just go to T-code SE11 and search for tables with name UP*.

Once you know the tables, you can write your own customized ABAP code.

PS: I can recommend above method to just read the details of Planning Objects. I don't think you should be ambitious to change planning object names by attempting to change system table contents. Hope you are getting me.

Regards,

Abhijit

</Font>