工作中的需求是这样子的: 在某天,我们公司的采购提了一个需求,说是在从OA创建采购信息记录的时候,价格上限应该自动默认为是价格字段,但是这个在系统里面没有做,采购在创建玩之后需要一个个手工去修改,因此想让我看看能不能通过开发解决。 再来说说修改之前SAP中是怎么处理的吧: 一开始我想通过找个跟这个需求有关...
306. " Keine Mappe. MESSAGE . WHEN 308. " DieBatch-Input Datei ist leer MESSAGES308. WHEN 309." angeforderte Mappe MESSAGES309. WHEN 310" UngutigerVerarbeitungmodus MESSAGE S310. WHEN 312. " Systemtigt, bittewarten MESSAGE S312. WHEN 313. " Wirdbisher nicht untert MESSAGE...
在某天,我们公司的采购提了一个需求,说是在从OA创建采购信息记录的时候,价格上限应该自动默认为是价格字段,但是这个在系统里面没有做,采购在创建玩之后需要一个个手工去修改,因此想让我看看能不能通过开发解决。 再来说说修改之前SAP中是怎么处理的吧: 一开始我想通过找个跟这个需求有关的BAPI来完成,但是看了网上...
Is there any way to use the same user that is used to log on to PI in the receiver application? It turns out there is such a possibility with the use of batch input sessions. Let me show you a simple way on how this can be achieved in a typical SOAP to RFC scenario. SOAP Adapte...
With BDC you build the "batch input transaction" yourself, with an ABAP program which creates the "batch input session" ("Batch-Input-Mappe" in german). You then take that session, like an object, and "run" it on a system (most of the time, this is done on a local system by the...
With BDC you build the "batch input transaction" yourself, with an ABAP program which creates the "batch input session" ("Batch-Input-Mappe" in german). You then take that session, like an object, and "run" it on a system (most of the time, this is done on a local system by the...
Favorite Download PDF ShareWas this page helpful? YesNoCopyright Disclaimer Privacy Statement Legal Disclosure Trademark Terms of Use System Status Ask a question about the SAP Help Portal Find us on Share
* Batch-Input: (bei Aufzeichnung einer Mappe muß nicht unbedingt * USE_ZAV gesetzt sein) IF SY-BINPT IS INITIAL. CALL SCREEN 1361. ELSE. IF USE_ZAV IS INITIAL. * Alte Mappe (ohne ZAV-Dynpros) => noch Dynpro 1360 verwenden CALL SCREEN 1360. ELSE. CALL SCREEN 1361. ENDIF. ENDIF...
* close batchinput group CALL FUNCTION 'BDC_CLOSE_GROUP'. WRITE: /(30) 'BDC_CLOSE_GROUP'(I04), (12) 'returncode:'(I05), SY-SUBRC. ELSE. IF E_GROUP_OPENED = 'X'. CALL FUNCTION 'BDC_CLOSE_GROUP'. WRITE: /. WRITE: /(30) 'Fehlermappe wurde erzeugt'(I06). ...
WITH MAPPE = P_MAP " SESSION NAME * WITH Z_VERARB = 'X' *WITH FEHLER = ' ' " NOT BATCH SESSION IN ERROR* WITH LOGALL = 'X'. " EXTENDED LOG * ** IFSY-SUBRC EQ 0. ** ** CALL FUNCTION 'JOB_CLOSE ** EXPORTING ** JOBCOUNT = L_JOBCOUNT ** JOBNAME =L_JOBNAME ** ...