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

source list

Former Member
0 Likes
394

hi all,

I am a new to ABAP and facing difficulties in understanding functional side of SAP .My question is In what cases do we send/receive SOURCE LIST data between two servers? when do we use source list idoc ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
377

Usually in implementations or whenever you want to maintain list of allowed vendors (or plants) per material and plant. For example, if you want to maintain that for material A and plant 1000, list of allowed vendors are 500000, 500001, 500002 ... or plant 1001, 1002,...It is used in purchasing

2 REPLIES 2
Read only

Former Member
0 Likes
378

Usually in implementations or whenever you want to maintain list of allowed vendors (or plants) per material and plant. For example, if you want to maintain that for material A and plant 1000, list of allowed vendors are 500000, 500001, 500002 ... or plant 1001, 1002,...It is used in purchasing

Read only

Former Member
0 Likes
377

thank u