Hi
I am facing issue with defect code displayed in claims after inspection.
In webui, I can able to view category schema accordingly it's defect code and decision code for all translation.
But in web channel(portal), it is work but it not work...
In VL02n Tcode - outbound delivery, I need to know how the plant and storage location is filled for the delivery item.
Is it whether using STD FM or automatically triggered using condition??
How should need to check where those field are filled o...
Hi all,
I am new to working with SCM systems: SNC portal, POWL.
I had requirment to enable customize settings for output data. I found open dialog setting icon in POWL_QUERY as shown in below image. by clicking the Settings button in the shape of...
Hi all,
Please help me to solve the webui issue, unable to create a new claim for the reference invoice we get an error.
issue: The claim cannot be created for reference invoice even after deleting old claim which has pricing error.
need soluti...
Hi All,
While using DELETE in loop statement, it will affect in performance. so I need to change this code. How can I change it for this code?
Logic: For an object id (lv_doc), It has lv_mod = 101 line item, then delete line item 100 from that...
Hi mateusz,Thanks for your response.line item 100,101,102 is an example . It will be varying for every object id like(201,301,401,etc)In that case, How can I modify this code? and Is this code will not affect performance even when the records have va...
Hi michel,Thanks for your reply and your help. I have solved it.Added WAIT UNTIL in code after call function statement.set a counter to keep track of tasks active by incrementing counter at new task started anddecrementing counter at end of results r...
Hi michael,Thanks for your answer, All of it working fine.but I cannot able to receive final output from receive_tasks method.CALL FUNCTION 'CRM_ORDER_READ'
STARTING NEW TASK lv_task
DESTINATION IN GROUP 'parallel_generators' ...