2011 Jan 28 11:54 AM
Hi.
I am in verge of implementing CP_BD_DIRECT_INPUT_PLAN (The Direct Input API used for Routing(PP-BD-RTG) update) which is not yet released by SAP. Can anyone tell me what is going to happen if I use a not-released FM.
Thanks i& regards,
~ Guru
2011 Jan 30 9:30 PM
Also you will need to remember that SAP may change the interface for this function module at any time in the future. They may even completely remove it altogether. So you will have to ensure testing of this interface is included as part of your regression testing procedures to be confident you will pick up any such change as soon as it is introduced.
Cheers
Graham Robbo
2011 Jan 28 12:11 PM
Hi,
If you are sure that there wont be any problems with the FM and you can use it then go ahead and use it.
However, if in the future you find a bug in the FM, even raising an OSS Message to correct the FM will not help since you will get the reply that you are not supposed to use Not-Released FM's.
Regards,
Jovito.
2011 Jan 30 9:30 PM
Also you will need to remember that SAP may change the interface for this function module at any time in the future. They may even completely remove it altogether. So you will have to ensure testing of this interface is included as part of your regression testing procedures to be confident you will pick up any such change as soon as it is introduced.
Cheers
Graham Robbo
2011 Jan 31 7:02 AM
2011 Jan 31 7:05 AM
Hi,
there are so many FM's from SAP that are not released, so I can say, don't worry about that. I think, there are about 50 % of the SAP FM's we use, that are not released.
If th FM works fine for you, then use it. But don't use FM's that are marked as obsolete. Sometimes you can find notes in the FM docu for a successor FM or class, then use them.
Regards,
Klaus
2011 Jan 31 7:19 AM