Application Development 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: 

Function module not released

Former Member
0 Kudos

Hi,

I have a requirement where I need to insert/delete international versions of BP standard Address.(This is not the International Address Usage in the Address Overview tab. The international versions can be added by the international versions button in the Address tab.)

I was tryng to use the following function modules for the same:-

ADDR_VERSION_INSERT,

ADDR_VERSION_DELETE,

ADDR_SINGLE_SAVE.

I am able to do the verion insert/delete using these function modules but the problem is none of these function modules are released . I was trying to get the correct function modules by debugging the BP transaction and setting the breakpoint at the 'CALL FUNCTION' statement.Also I tried using the report program 'RS_ABAP_SOURCE_SCAN'.But none of them were successful. Also I am not able to get these information from the where-used list of the function modules.

Please let me know how to go about this.

Thanks,

Samrat.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

it's not clear what is released, what is not released. If it's somewhere in the documentation, I consider it released, even though technically it is not released. See [sap library - working with the BAS|http://help.sap.com/saphelp_nw70/helpdata/EN/12/ad79815c5811d3b4ea006094192fe3/frameset.htm]. Even if not released, you may take the small risk to use it, just discuss with your project/maintenance teams.