NACE SAP TCode - WFMC: Initial Customizing Screen









Maintain Conditions in Central WFMC SAP screen

What is NACE (WFMC: Initial Customizing Screen) and how is it used? Within an SAP system there are numerous transaction codes (TCode) that each serve different purposes and provide easy access to a variety of different functionality. One such TCode is NACE, which provides access to WFMC: Initial Customizing Screen / Maintain Conditions in Central WFMC SAP screen functionality within R/3 SAP (Or S/4HANA) systems, depending on your version and release level.

Below for your convenience is a few details about this tcode including any standard documentation. In-order to use this transaction within your SAP system simply enter it into the command input box located in the top left hand corner of the SAP GUI, and press enter. You can also add additional command options such /o to trigger in new window..See full list of command options available.

execute NACE tcode

Program Name: SAPLWMCW
Screen Number: 0099

NACE Authorisation objects

In-order to be able to use a SAP transaction code you need to have the correct authorisations setup for your user ID. To check if you have the required level of authorisation to run this use tcode SU53 via a new session (i.e. /N). Simply execute NACE and then execute /NSU53 immediately afterwards. A report of all authorisations checked will then be displayed...See check tcode authorisation for full details and screenshots of how to check what authorisations you are missing to use a tcode.

*& Report ZNACE_OUTPUT.
*&---------------------------------------------------------------------*
*& This is an example NAST program that can be trigger from your custom

*& output type by referencing the program and form. Setup via Tcode NACE

*& *& To debug you need to process the output via RSNAST00. If print the *& output prints immediately automatically then select send again option. *& *& When executed live it will happen in update mode so it might not always *& trigger your break-points *&---------------------------------------------------------------------* REPORT ZNACE_OUTPUT. * Declare NAST here and you will have access to all the NAST values, * Contains all the OUT/Print values TABLES: NAST. **&---------------------------------------------------------------------*

**& Form entry neu

**&---------------------------------------------------------------------* ** Subroutine to Link NACE Configuration and Custom Program ** You need to declare two USING parameters but can be called anything *---------------------------------------------------------------------------------* FORM entry USING cv_retcode TYPE sysubrc cv_val TYPE c. "#EC NEEDED "cv_return_code = 0. * Set this value to 0 to denote that the output has processed correctly. * If you don't set it to 0 it will show as failed cv_retcode = 0. * Break point Probably won't work unless you rerun via RSNAST00 BREAK-POINT. ENDFORM.


SAP GUI Support for tcode NACE

When a tcode is created you can select which SAP GUI it has support for from HTML, Java and the main Windows GUI you are probably most familiar with.
GUI for HTML is selected
GUI for Java is not selected
GUI for Windows is selected

SAPGUI for HTML
NACE includes support for the HTML web based GUI. The SAP GUI for HTML generates HTML pages for each screen of the SAP transaction so that it can be executed within a standard web browser. Please note there are technical restrictions and possible incompatibility issues with certain browsers which means some transaction functionality may not function correctly.

SAPGUI for Java
NACE does not support the Java based GUI. The SAP GUI for Java support provides more controls than the SAP GUI for HTML, but requires a plug-in to be downloaded and installed on the users PC so is less popular than the SAP GUI for HTML.

SAPGUI for windows
NACE includes support for the Windows based GUI. Windows(WinGUI) support is the most popular option and transactions can be run under SAP GUI for Windows.



SAP Program associated with transaction NACE

For further details and documentation see program SAPLWMCW

NACE SPRO IMG Menu Path

Tools->Business Workflow->Development->Definition tools->Events->Event creation->Message Control(NACE)

Tools->ABAP Workbench->Development->SAP Business Workflow->Definition tools->Events->Event creation->Message Control(NACE)



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!