UDM_CHANGE_SEGMENT_DATA_PROF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter UDM_CHANGE_SEGMENT_DATA_PROF01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UDM_SEGMENT_GROUP_CHECK CALL FUNCTION 'UDM_SEGMENT_GROUP_CHECK' EXPORTING i_coll_segment = ls_segment-coll_segment i_coll_group = ls_segment-coll_group EXCEPTIONS group_not_found_in_segment = 1 OTHERS = 2.
UDM_GROUP_SPECIALIST_CHECK CALL FUNCTION 'UDM_GROUP_SPECIALIST_CHECK' EXPORTING i_coll_group = ls_segment-coll_group i_coll_specialist = ls_segment-coll_specialist EXCEPTIONS specialist_not_found_in_group = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UDM_CHANGE_SEGMENT_DATA_PROF01 - UDMCHANGESEGMENTDATAPROF01 UDM_CHANGE_SEGMENT_DATA_ADDF01 - UDMCHANGESEGMENTDATAADDF01 UDM_CHANGE_SEGMENT_DATA - SAP Collections Management: Change Business Partner Segment Data UDM_CHANGE_SEGMENT_DATA - SAP Collections Management: Change Business Partner Segment Data UDM_CASE_USER_TEXT_DATA - UDMCASEUSERTEXTDATA UDM_CASE_USER_TEXTS===========FT - UDMCASEUSERTEXTS===========FT