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

Table

Former Member
0 Likes
765

Hallo

I want to assign vbak-vbeln the value greater then 0057001000 less then 0059999999 how can I do it

can some body tell it.

regards.

waseem

6 REPLIES 6
Read only

Former Member
0 Likes
744

Check this link:

http://www.sap-img.com/sap-sd/number-ranges-in-sales-order.htm

Regards,

Ravi Kanth Talagana

Read only

Former Member
0 Likes
744

Hi,

try

select-options: s_vbeln for vbak-vbeln.

and insert your range.

use this selection in your select * from VBAK where vbeln in s_vbeln.

Regards, Dieter

Read only

GauthamV
Active Contributor
0 Likes
744

You can maintain number ranges for any object using SNRO transaction.

In general functional people maintain them.you can do the same for sales order.

Read only

Former Member
0 Likes
744

pls tell abt ur need more specfic and use select option for vbeln

select-options: s_vbeln for vbak-vbeln.

and select the entries select * from VBAK where vbeln in s_vbeln

Read only

Former Member
0 Likes
744

while maintaining the entries for the tables, according to ur req, wite a form in the events of the TABLE MAINTAINANCE GENERATOR.

goto utilities-> table maintainace generator

here, u hve under environment->modification->events.

in this events u can write a form where in u can hve the logic such that the data for this particular field is maintained in such a way that the value is greater then 0057001000 less then 0059999999.

Read only

Former Member
0 Likes
744

Thanks