Application Development 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: 

How to get paobjnr when create new sales order

Former Member
0 Kudos

We using ZXKOBSU01 to create the settlement rule for sales order item automatically. during the coding, we facing the problem to pass the PAOBJNR.

what should be fill in to e_receiver to be able create one settlement rule for SDI to PSG?

&----


*& Include ZXKOBSU01 *

&----


CASE i_strat.

WHEN 'C01'.

e_konty = 'EO'.

e_receiver-paobjnr = '??????????'.

ENDCASE.

1 REPLY 1

Former Member
0 Kudos

Or if anybody can help to ask the question:

how to get VBAP-PAOBJNR from this user exit?