Hello Guru's,
Can you guide me find user exit on save for CJ20n, When Constraint start date is updated and save.
Respective line items - Purchase requisition requirements date (RESBD-BDTER) on the same screen to be updated.
checked for few exi...
Hi,
Requirement is to add new field to IH11 selection criteria under maintenance data section.
Any exit / enhancement spots to achieve this ?
I found this link but was not much useful.
https://answers.sap.com/questions/11566582/user-exit-for...
Hi Gurus,
can you help me fix the below error on VA42 at save
Archive file XXXXSD_VBRK does not exist - Message BA111
we are tying to update dates until(TNDAT) on OLD contract document.
Hi ,
I need to update serial number on VL01n on save button.
---- > we are using exit SAPMV50A (userexit_save_document) enhancement to update serial numbers.
SO - PR - PO and MIGO is done successfully and later when VL01n is done serial number...
Hello,
I have requirement to move attachments from SAP database to content server.
we have set up and new content server in OAC0 with storage type as HTTP content server and able to attach documents.
Now the need is about all the attachment bef...
Hi Appalanaid,I was missing this field in my code and fixed by passing QUANTITY(RISA0-ANZAHL) field to below BAPI SERNR_ADD_TO_DOCUMENT.QUANTITY (Number of Serial Numbers/Pieces of Equipment to be Created).Hope you have passed this, if not try passin...
Hi Yogananda,Thanks for you response,Check if the exit is being called by setting a breakpoint in the code. - Yes working as required.Check if the serial number is being updated in the internal tables. - Yes, they are updated.Check if there are any e...