‎2009 Apr 27 9:30 AM
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
‎2009 Apr 27 9:34 AM
Check this link:
http://www.sap-img.com/sap-sd/number-ranges-in-sales-order.htm
Regards,
Ravi Kanth Talagana
‎2009 Apr 27 9:35 AM
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
‎2009 Apr 27 9:35 AM
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.
‎2009 Apr 27 9:36 AM
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
‎2009 Apr 27 9:47 AM
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.
‎2009 Apr 27 9:57 AM