美文网首页SAP札记SAP 修行
Meaning of Block size in tcode R

Meaning of Block size in tcode R

作者: _扫地僧_ | 来源:发表于2020-01-26 22:00 被阅读0次

    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的原创文章,请关注公众号"汪子熙":


    相关文章

      网友评论

        本文标题:Meaning of Block size in tcode R

        本文链接:https://www.haomeiwen.com/subject/lsksthtx.html