Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inserting a new record into the SAP standard table SETNODE

Former Member
0 Likes
1,236

Hi All,

We have a requirement to add a new record into the SAP standard table SETNODE. This table is getting updated from a FM or program since it has few entries which were customized before.

The function group GSGF contains some Function Modules which may be used to update this table but we are not able find the right FM.

If anyone has any idea or worked on this before please let us know.

Regards,

Lavanya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,109

u have to use tcode GS01/02.

Regards

Prabhu

7 REPLIES 7
Read only

Former Member
0 Likes
1,110

u have to use tcode GS01/02.

Regards

Prabhu

Read only

0 Likes
1,109

Hi Prabhu,

Thanks for the reply.

This transaction is working fine but we are creating a new subset id inside an already existing id. For the same we need to add an entry into the table SETHEADERT. Please let us know how to enter an entry into the table SETHEADERT if you have any idea.

Regards,

Lavanya.

Read only

0 Likes
1,109

dear ,

creating set id is

1.Directly giving value ranges

2.Creating sub-hierarchy

in ur case u want to add one sub hierarchy i.e set id , so in Gs02 u will option to include set id itself (shift + F8).

just see gs02 , i know u will get it done .No need to add entry in any tables.

see

<b>zset--->subset ids

zsset1--prabhu

zsset2--prabhu1</b>

so here u want to change des.of zsset from prahu to prabhu0,

<b>then

goto to gs02 with zsset1 and change its description.</b>

it will reflect in that table.

<b>this is called down to top model.So u have to create child ones first then u have to create father.</b>

Regards

prabhu

Read only

0 Likes
1,109

Hi,

I am able to create a new sub entry but not its description, for the description I think we need to add an entry into the table SETHEADERT. In GS02 the description for all the subnodes are coming from this table. If there is any other alternate solution please let me know.

Regards,

Lavanya.

Read only

0 Likes
1,109

Hi Prabhu,

I think we can create a set id through GS01. My understanding now is the subset set id which i wanted to create before through the table can be done through the transaction GS01. If so validate my understanding.

Thanks a lot for the valid inputs.

Lavanya.

Read only

0 Likes
1,109

Hi Prabhu,

In your example:

zset, zset1 are already present for me. I need to create a new subset zset2 with description prabhu2. But through this transaction i was able to create zset2 but not its description. I am not able to create description. Any pointers on this would be of great help.

Please ignore before two replies, i was in a hurry. Anyway your answer has given a solution for my problem but only description is left out.

Thanks a lot,

Lavanya.

Read only

0 Likes
1,109

Hi ,

before

zset ---Header

zset1--Prabhu (child).

new

zset---header

zset1--prabhu1

zset2--prabhu2 ( it should be a valid set id , that means u have to create in gs01 with description PRABHU2).

i<b> know when u are trying to add new Subset , u are not able to get the description of ZSET2 that means its not a valide set ID.</b>

Regards

prabhu