cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding linerow order

Former Member
0 Kudos

Hi,All

There is a problem as follow.

I add a new PO .For example

itemcode qty

1001 10

1002 20

1003 30

1004 100

I hope it show as follow by DI API

itemcode qty

1003 10

1001 20

1002 30

1004 100

In a word ,arrcording to my requirement to order row list.

Everybody can help me ? I appreciate you in advace.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear,Petr

Thank you for your help.

I want to konw what difference in table por1 the visorder from linenum .

generally,those is exactly same.Is that right? Please advise .

Former Member
0 Kudos

linenum is order in whcich you created the line. The visorder is order how is visible in matrix in sbo app - when you sort the rows by price for example, then linenum stays same and visorder will be recalculated.

Former Member
0 Kudos

Thank you very much.

Answers (5)

Answers (5)

Former Member
0 Kudos

Anybody can solve the problem? Appreciate your help.

Former Member
0 Kudos

order your result with visorder field - this field is related to order in application. Setcurrentline(x) is setting it based on visorder too.

hope it helps

Former Member
0 Kudos

Hi Jeyakanthan,

I want line items to be ordered in purchase order form.

former_member187989
Active Contributor
0 Kudos

Where you want line items to be ordered ?

Jeyakanthan

Former Member
0 Kudos

Hi,Jeyakanthan

Thank you for your feedback. I 'm sorry it isn't clear to explain.

I mean I add Purchase order .I omit other column Information.

Detail line as follow:

itemcode qty

1001 10

1002 20

1003 30

1004 100

I want a result by UI API

itemcode qty

1003 10

1001 20

1002 30

1004 100

the difference from them is the line order .

former_member187989
Active Contributor
0 Kudos

Where you want to order item code / qty ?

Jeyakanthan