Meaning of Block size in tcode R3AC1

In tcode R3AC1 you can maintain block size for an adapter object.

For example if you have 110 equipment to be downloaded from ERP, there would be 3 inbound queues generated in CRM, the first two will each import 50 equipment and the left 3rd queue imports the left 10 equipment.
The transaction handling of each queue is isolated from each other, for example if there is some corrupted data on a given equipment in the 1st queue, the creation / update on the 1st queue ( 50 equipment ) will fail, however the left 60 equipment will still be successfully imported to CRM.

Screenshot from customer system

The row number of internal table EQUI = block size set in R3AC1

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

原文地址:https://www.cnblogs.com/sap-jerry/p/12242933.html

时间: 2024-11-09 01:54:48

Meaning of Block size in tcode R3AC1的相关文章

中间件事务码R3AC1里Block Size的含义

在中间件事务码R3AC1可以为一个中间件的适配器对象维护Block size的大小. 以上图的尺寸为50为例,假设在ERP系统里有110个设备(equipment)需要下载,那么CRM中间件会自动生成3个inbound队列执行下载任务,其中2个队列各下载50个设备,另外1个队列下载剩下的10个设备. 这些下载队列的事务处理是彼此隔离的,也就是说即使某个队列的下载出了错,这个队列里待下载的ERP设备未能成功存储到CRM系统里,但是并不会影响到其他队列的处理. 我的SAP community博客St

why hdfs's default block size is 128MB

A quick calculation shows that if the seek time is around 10 ms and the transfer rate is 100 MB/s, to make the seek time 1% of the transfer time, we need to make the block size around 100 MB. The default is actually 128 MB, although many HDFS install

ORA-00349: failure obtaining block size for '+fra_grp01_d

有一次恢复库以后,open时报错ORA-00349,例如以下.最后通过删除这个log group解决. SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-00349: failure obtaining block size for '+fra_grp01_d select group#,name,bytes,status from v$logfile; SQL> /

uwsgi部署到nginx出现invalid request block size: 4161 (max 4096)...skip问题

使用Flask制作一个网页平台之后,登陆使用openid登陆,然后使用uwsgi服务部署到nginx上,运行起来没有什么问题,但是偶尔在登陆的时候出现502的错误,一般登陆成功之后后面的任何操作都不会出错. 查看uwsgi的log之后,发现出现这样的一个错误: invalid request block size: 4161 (max 4096)...skip 之前一个没有去详细搜索过,也没有具体去看错误产生的原因,因为只是偶尔出现,并且有时候重试的时候是可以登陆的,所以没有太多的去关注,今天因

Linux查看系统block size的多种方法

Linux查看系统block size大小的方法: 1.tune2fs命令查看block size大小: [[email protected] tmp]# tune2fs -l /dev/sda1|grep "Block size" Block size:               1024 /dev/sda1 为/boot 分区的挂载点: 2.stat命令查看block size大小: [[email protected] tmp]# stat /boot/|grep "

ORA-00349: failure obtaining block size for '+fra_grp01_d

有一次恢复库以后,open时报错ORA-00349,如下.最后通过删除这个log group解决. SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-00349: failure obtaining block size for '+fra_grp01_d select group#,name,bytes,status from v$logfile; SQL> / 1

Transport Block Size, Throughput and Code rate-----http://www.simpletechpost.com/2012/12/transport-block-size-code-rate-protocol.html

Transport Block Size, Throughput and Code rate Since the size of transport block is not fixed, often a question comes to mind as to how transport block size is calculated in LTE.BackGroundIf we only consider "Uplink direction" and we assume that

解决Virtual Box 下安装Mac OS X时出现的“hfs: summary table not allowed on FS with block size of 2048”问题

安装的时候首先出现 hfs: summary table not allowed on FS withblock size of 2048 错误,然后就是 hfs: could not initializc summary table forOSX Base System 错误. 一开始也不知道是怎么回事,后来在yandex上搜索中找到一篇帖子,它说这是CPU的问题.Mac OS X 10.9不能识别特有的CPU格式,只能识别一部分.于是呢,按照帖子中的做法,首先找到Virtual Box的位置

【虚拟化实战】存储设计之七Block Size

作者:范军 (Frank Fan)新浪微博:@frankfan7   微信:GetToCloud 在实战存储设计之六Latnecy我们介绍Latency过高的原因和一些建议.本文重点分析Block Size对性能特别是latency的影响. 什么是Block Size? Block Size这个词在不同的语境中有不同含义.在此文中指的是在OS中运行的应用发出一个IO读或写请求所传送的数据单元的大小.无论你采用传统存储架构,还是融合,超融合等架构,IOBlock Size对性能都有影响. 如同下图