Ansicht
Dokumentation

RSCC_RSADM_ACC - Access to ZRSADMINx Tables

RSCC_RSADM_ACC - Access to ZRSADMINx Tables

Addresses (Business Address Services)   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Reading or changing data in tables RSADMINC, RSADMINA, and RSADMINS. These tables replace table RSADMIN.

Export:

  • Name of the field, regardless of the table to which it belongs.
  • Action to be performed. There are three possible values: "S" (select, that is, read), "U" (update), "I" (increment: the value of the field is to be increased by one - the new value is returned. This is only possible for certain fields).

Changing:

  • Value of the field. A calculated value is returned here ("S", "I") or a new value transferred ("U"). In the latter case, no check is carried out for value <> SPACE, since some fields are allowed to contain value SPACE.

Exceptions:

  • INFO_LIMIT_REACHED: Not an error; information only. A field changed with "I" has reached its maximum value and cannot be incremented further.
  • All other exceptions result from error messages.

Example

Call Function 'RSCC_RSADM_ACC'
,,exporting
,,,, FIELDNAME = 'DECIMALCHAR'
,,,,ACTION = 'S'
,,changing
,,,,ADMINVALUE = G_DECIMALCHAR
,,exceptions
,,,,.......

Notes

  • Each table contains one record only; additional records cannot be added.
  • An update call for fields of table RSADMINS is always rejected; this table only contains values delivered by SAP.
  • You must avoid making an update call for fields of table RSADMINC. This table contains Customizing settings that must only be changed during system setup.
  • An "I" call is only permitted for fields "MONARCHNBR", "TSLASTNBR", "ISLASTNBR", and "IDOCLASTNBR". All other field names are rejected.

Further information





Parameters

ACTION
ADMINVALUE
FIELDNAME
I_BYPASSING_LOCAL_BUFFER
I_RSADMIN_TABLE

Exceptions

FALSE_ACTION
FALSE_FIELD
FIELDINFO_FAIL
INFO_LIMIT_REACHED
LIMIT_REACHED
LOCK_FAIL
NO_INCREMENT
NO_UPD_RSADMINS

Function Group

RSCC

ABAP Short Reference   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 2440 Date: 20240605 Time: 155719     sap01-206 ( 51 ms )