‎2013 Jun 22 4:37 PM
I tried for function module BAPI_REQUISITION_CHANGE. When i give purchase requisition number as a input it gives me message that "This Purchase Requisition number xx does not exist" I dont know what I am doing wrong.
‎2013 Jun 23 7:29 AM
Hi
Before passing the Purchase requisition number, use the
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
INPUT = your pr number variable
IMPORTING
OUTPUT = your pr number variable.
Then pass this variable as input..
Regards,
Venkat
‎2013 Jun 23 11:35 AM
Try giving leading '0' before PR number. If PR number which you are using is less than 10 characters, then add '0's before PR number so that total length is 10.
Regards
‎2013 Jun 24 8:09 AM
Hi Ashwini,
Check the PR number in eban table, if it is available then use conversion routine before passing it to bapi, you have an conversion routine for PR.