TYPES: tt_sel_tab TYPE STANDARD TABLE OF ty_sel_tab . DATA: lt_tj30 TYPE STANDARD TABLE OF tj30, lv_valid_found TYPE abap_bool, lt_option TYPE tt_sel_tab, lt_table TYPE STANDARD TABLE OF zorder_guid. SELECT stsma stonr INTO CORRESPONDING FIELDS OF TABLE lt_tj30 FROM tj30. LOOP...
To read the USER STATUS at HEADER level in prod. orders: 1.go in table AUFK for AUFNR and select OBJNR 2. in table JCDS enter for OBJNR and select all values for STAT w/o INACT flag. 3. go to TJ30T (user status descriotions) enter for STSMA=your user status profile set in ...
REPORT zstatus_initial_load.TYPES:BEGIN OF ty_sel_tab,sign TYPE ddsign,option TYPE ddoption,low TYPE string,high TYPE string,END OF ty_sel_tab .TYPES:tt_sel_tab TYPE STANDARDTABLEOF ty_sel_tab .DATA:lt_tj30 TYPE STANDARDTABLEOF tj30,lv_valid_found TYPE abap_bool,lt_opti...
这是因为在Web UI上,虽然drop down list里面的status是从TJ30来的,但是这期间还有对新建transaction的status check。在Table TJ07或者Tcode BS22中,有对user status和system status之间的mapping: 其中I1030是system status,它对应的releases这个user status 的配置是forbidden,意思是当transaction上有error的时候,改变tr...
用户出口就是SAP中的Customer Exits或者User Exits 什么叫用户出口呢?打个比方说吧,SAP软件就象一根晾衣服的绳子,上面有数不清的衣架,多数衣架上已经挂上了衣服,就些衣服就SAP的标准程序,还有些衣架是空着的,这些就是“用户出口”,你可以把自己做的衣服(比如程序代码)挂到这些衣架上去--如果你觉得SAP给你准备的衣...
Dataphin数据集成中SAP HANA可以选到表,但是管道任务中报错“invalid table name: Could not find table/view CE9PB00_H in schema SLT_USER”。 2022-09-23 09:42:20.231 [job-1042479] ERROR DlinkTransPreview - Exception when job run com.alibaba.dt.pipeline.plugin.center.exception.DataXException: Cod...
status 'Do not perform' IWO10027 User exit: Generate user-defined settlement rule IWO10029 Inclusion of bill of material in PM/SM order IWO10030 Predefining the fields for the profitability segment IWO10031 Hide personnel number in PM/SM order IWO10033 Customer-Specific Authorization Check Maint....
I want to lock all the users in SAP during MTP. I know using SU10 we can do it. Any other alternative ways to lock the users. Is there a way in SAP to unlock a locked user for a limited time, then automatically after x time set the user back to lock status?
SAP PM 入门系列9 – PM模块的User-Exits & BADIs Maintenance plans: User-Exits: IPRM0002 Determine planned date info for maintenance plan IPRM0003 User field: Maintenance plan IPRM0004 Maintenance plan / item: Customer check for time "SAVE" ...
0 Kudos 294,145 SAP Managed Tags: ABAP Development Hi Experts, I hv User ID, that Logs in. So, I waanna to pull the corresponding Name. So, Wher Can I find these data i.e. Which is the best Table/source? ThanQ.Reply