Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RV_HELP_VBELN Problem

Former Member
0 Likes
941

I'm currently working on BAPI_CONTRACT_CREATEFROMDATA to save contracts.  However, we have a requirement to use external number range that's why I started to use the FM RV_HELP_VBELN.

The problem is that when I'm using this FM, I always got an error "Address category does not exists" when saving the contract.  When I manually enter the contract number without using RV_HELP_VBELN, everything is fine.

Is there anyone who has experienced this problem?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
880

Solved.

I did not pass the value for auart and manually added a validation for existing external number range.

Thanks.

I'm currently working on BAPI_CONTRACT_CREATEFROMDATA to save contracts.  However, we have a requirement to use external number range that's why I started to use the FM RV_HELP_VBELN.

The problem is that when I'm using this FM, I always got an error "Address category does not exists" when saving the contract.  When I manually enter the contract number without using RV_HELP_VBELN, everything is fine.

Is there anyone who has experienced this problem?

Thanks.

3 REPLIES 3
Read only

bharat_rathod2
Active Participant
0 Likes
880

Dear,

try to debug RV_HELP_VBELN,

Read only

Former Member
0 Likes
880

Hi,

Assuming this is message VP 700 (you can supply the technical details of the message in your question, we're developers, we can cope), this is triggered from function module SD_ADDRESS_GET.  Your debugging should also focus here.

Regards,

Nick

Read only

Former Member
0 Likes
881

Solved.

I did not pass the value for auart and manually added a validation for existing external number range.

Thanks.