Ansicht
Dokumentation

ROS_CUST_WEL_TXT - Customer Text for Registration Screen

ROS_CUST_WEL_TXT - Customer Text for Registration Screen

ABAP Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

On the initial screen for supplier self-registration, a welcome text appears. You can define this text yourself by implementing the Business Add-In (BAdI) ROS_CUST_WEL_TXT.

This BAdI is delivered with a standard implementation. To use your own texts, deactivate the standard implementation; then create and activate your own implementation.

METHOD IF_EX_ROS_CUST_WEL_TXT~GET_WELCOME_TEXT.

* Plain Text

MOVE TEXT-002 TO EV_CUSTOMER_TEXT1.

* HTML

CONCATENATE '<H4>' TEXT-003 '' INTO EV_CUSTOMER_TEXT2.

ENDMETHOD.

Method Documentation






Vendor Master (General Section)   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 784 Date: 20240606 Time: 191255     sap01-206 ( 24 ms )