Ansicht
Dokumentation

CRM_ICSS_USER_GET_CTRY_REGIONS - Returns a list of countries and regions

CRM_ICSS_USER_GET_CTRY_REGIONS - Returns a list of countries and regions

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function returns a list of countries and a list of regions corresponding to the first country in the list.

Example

DATA: LT_COUNRIES TYPE T005T OCCURS 0,

LT_REGIONS TYPE T005U OCCURS 0.

CALL FUNCTION 'CRM_ICSS_USER_GET_CTRY_REGIONS '

EXPORTING

IV_LANGU = 'E'

TABLES

ET_COUNTRY = LT_COUNTRIES

ET_REGION = LT_REGION.

Notes

Further information





Parameters

ET_COUNTRY
ET_REGION
IV_LANGU

Exceptions

Function Group

CRM_ICSS_PERSONALDATA

General Data in Customer Master   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 843 Date: 20240523 Time: 120057     sap01-206 ( 18 ms )