on ‎2019 Jun 14 12:03 PM
Hello Team,
I need to know the RFC name in ECC system which can be used to get the details of compliance check status of documents i.e sales orders(SD0A) from GTS.
Please let me know.
the issue is some times sales orders not transferred to GTS system so we have regular job which runs every 1hr, this will process/transfer the stuck orders, however there is regular 15mins delivery failure notification job, which is picking the these orders(not transferred to GTS) where delivery will not create, hence delivery failure notification job sends notifications to respective order partners, this is not good sign from business.
After GTS transferred job runs stuck orders will transferred to GTS and delivery will create immediately.
We want stop sending the wrong delivery failure notifications due to GTS transferred stuck.
Please let me know.
Regards,
Sriman
Request clarification before answering.
Hello Sriman,
The FM is /SAPSLL/CD_STATUS_GET
call function '/SAPSLL/CD_STATUS_GET'
exporting
iv_application_level = 'SD0A' (SD0B for outbound deliveries, SD0C for SD invoices, MM0A for MM documents)
iv_sd_document_type = cvbak-vbtyp (document category)
iv_sd_order_category = cvbak-auart (document type)
iv_sd_document_number = lv_vbeln (document number)
iv_sd_item_number = cvbap-posnr (item number)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.