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

clinent dependent objects

Former Member
0 Likes
332

hi all

what are the client dependent objects in abap

1 REPLY 1
Read only

Former Member
0 Likes
308

the objects dependents on the mandt .

generally we will right

select * from mara where = sy-mandt

and matnr = p_matnr

and meins = p_meins.