on 2024 Jun 18 10:32 PM
Hello, how are you?
I have a requirement that consists of calling an RFC in the USER EXIT of MV45AFZZ, I am passing the values but in the RFC the parameters are empty.
These are the RFC settings.
What could be causing this problem?
Request clarification before answering.
Hi, it looks like "typo mistake" - wrong parameter names when calling RFC module.
RFC module has parameters V_VBELN etc. but you call it as VBELN.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
the types are not the same (vbeln and uname are no strings).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thomas‘ answer is correct.
the parameters are named „V_VBELN“, not ‚VBELN‘.
Is you are running ATC check, you will find errors like this easily.
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
There is typo mistake. Use V_VBELN instead of VBELN and V_USNAM instead of USNAM while calling the RFC in your program.
Regards,
Vikash Ranjan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 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.