Late Numbering in SAP RAP

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2023
  • Late Numbering is an numbering concept where your primary key field of BO will be set at the Save sequence. It helps to have a key value as gap free or in sequential order. For eg Invoice number is one of the good example. it needs to be gap-free.
    External Early Numbering - • External Early Numberi...
    SAP RAP playlist - • Managed Restful ABAP P...

ความคิดเห็น • 4

  • @ajaydeshetty1574
    @ajaydeshetty1574 6 หลายเดือนก่อน

    Simple and Informative , thanks @Muthu.

    • @muthu_cloud
      @muthu_cloud  6 หลายเดือนก่อน

      Welcome 👍

  • @gurmukh5504
    @gurmukh5504 4 หลายเดือนก่อน

    Thanks for the Video , I have a query as we are calling BAPI to post the Sales order in METHODS save_modified (Managed scenario with unmanaged save) - so application result in an error after saver method "Requested data not found" as we cannot update key field in save_modified. We get key field after bAPI posting so will it call the adjust_numbers after this to update the key field any idea how to handle this issue

    • @muthu_cloud
      @muthu_cloud  4 หลายเดือนก่อน

      Hello, I am not sure what is your exact use case but adjust_numbers method will be always executed before saver method. One thing I can suggest that do BAPI posting simulation (test run) in the adjust_numbers method in order to get the key field values and populate the same in the MAPPED Entity. Just give it a try
      Thanks