cancel
Showing results for 
Search instead for 
Did you mean: 

GOA copy

Former Member
0 Kudos

Hi experts

i'd like to know what is the name of the program used for creating GOA in copy by another one already existing. I saw that principal transaction is BBP_CTR_MAINCC but i cannot understand what is the program under the button "Copy".

Regards

andrea

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andrea,

There is no separate transaction code for GOA copy. The transaction code is still same BBP_CTR_MAINCC. "Copy" is one of the actions you can use in the transaction code. You go into the details of a GOA and click on "Copy" to create a copy of it.

Regards

Saravanan.

<< Point begging removed >>

Edited by: Rob Burbank on Sep 27, 2010 3:44 PM

Former Member
0 Kudos

HI

yes i know that there's no another transaction, but i'd like to understand what is the program/functionpool or so on used when i click on "copy"

regards

andrea

former_member183819
Active Contributor
0 Kudos

check these two FMs

BBP_CTR_UI_CONTRACT_COPY Kopieren eines existierenden contracts

BBP_CTR_UI_FCODE_COPY Anlegen einer Auschreibung aus einem Kontrakt

But copy works well. but i have faced lot of issues in copy functionality. i advise them to use fresh rather copy or templates.

/SAPSRM/CL_PDO_BO_CTR CTR_COPY

/SAPSRM/CL_PDO_BO_CTR

Muthu

Former Member
0 Kudos

HI

but what's about BBP_PD_CTR_UPDATE?

regards

andrea

Former Member
0 Kudos

Hi Andrea,

The FM BBP_PD_CTR_UPDATE is to update an already existing contract. It does not create a new document.

Regards

Saravanan.

Former Member
0 Kudos

Ok

thanks

and in this way the FM BBP_PD_CTR_SAVE has been used in order to save an already exist contract, isn't it?

regards

andrea

Former Member
0 Kudos

FM BBP_PD_CTR_SAVE is called to save a contract...be it a new contract or an existing contract that has been updated.

Regards

Saravanan.

Former Member
0 Kudos

Hi Muthu

but is there another step after launching FM BBP_CTR_UI_FCODE_COPY?

regards

andrea

laurent_burtaire
Active Contributor
0 Kudos

Hello Andrea,

After contract copy, run BBP_PD_CTR_SAVE function module then do a COMMIT WORK.

Regards.

Laurent.

Answers (0)