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

VF02 picking segment from internal order

Former Member
0 Likes
938

Hi all,

In VF02, the segment field is picking the last three characters of Internal Order field value. For Eg:

Internal Order : 200375000020

segment : 020

But actually the segment number is 375 ( 3 characters from 4 th digit of internal order).

The internal order (200375000020) is already maintained in the real time business.

My requirement is The Standard Transaction VF02 should pick 3 digits from 4th character of internal order.

Can we have any exit for this kind of scenario.

Please help me to solve this issue.

Thanks in advance,

Regards,

Murali Krishna. T

Hi all,

In VF02, the segment field is picking the last three characters of Internal Order field value. For Eg:

Internal Order : 200375000020

segment : 020

But actually the segment number is 375 ( 3 characters from 4 th digit of internal order).

The internal order (200375000020) is already maintained in the real time business.

My requirement is The Standard Transaction VF02 should pick 3 digits from 4th character of internal order.

Can we have any exit for this kind of scenario.

Please help me to solve this issue.

Thanks in advance,

Regards,

Murali Krishna. T

5 REPLIES 5
Read only

Former Member
0 Likes
887

Hi,

Check the user exit "RV60AFZC", form-routine "USEREXIT_FILL_VBRK_VBRP".

Regards

Vinod

Read only

0 Likes
887

Hi Vinod,

Thanks for your prompt reply. I have searched the include ' RV60AFZC ' in the program SAPMF05L ( standard program for VF02). I did not found the include.

Read only

0 Likes
887

Hi,

You can open the include in SE38. Standard program for VF02 is SAPMV60A. Put the break point on RV60AFZC form-routine USEREXIT_FILL_VBRK_VBRP and see whether the control stops while executing VF02.

Regards

Vinod

Read only

0 Likes
887

Hi Vinod,

I had put the break-point on RV60AFZC in the form routine userexit_fill_vbrk_vbrp. When i execute VF02 transaction, the break-point is not getting triggered.

One more thing --- in the program SAPMV60A , I didnot found the include RV60AFZC.

I found that include in SAPLV60A.

Read only

0 Likes
887

Hi Vinod,

I found enhancement spot in the corresponding screen where it is picking the segment from internalorder. and problem solved. But I have done this for released bill document.

Actually I need to do this task for un released bill documents

regards,

Murali Krishna. T