cancel
Showing results for 
Search instead for 
Did you mean: 

Load Notes into Interactive Planning through Function Module or BAPI

Former Member
0 Kudos

We are going to modify the characteristics used in our Planning Object Structure/Planning Area, this will delete all the notes we have maintained in Note Management in interactive planning. If I download all the notes ( via tcode /sapapo/sdp_notes) prior to making the planning object structures changes, is there a function module or BAPI I can use to reload them into the planning area/interactive planning without having to manually retype them all in?

Thanks

David

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check the include: /SAPAPO/LCLP_SDPI01 for reference.

cheers

Aveek

Former Member
0 Kudos

Hi David - you can use FM /SAPAPO/MSDP_NOTE_WRITE. This will update notes based on docid. For existing notes you can retrieve the docid but for new notes you need to create a new docid using FM /SAPAPO/TS_DOC_GET_DOCID2. You can view notes in specified table of the field doctab of the planning area table /sapapo/tsareako.

Andy