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

FM

Former Member
0 Likes
584

What is the use of this function module MARC_SINGLE_READ

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
542

It reads a single record from the MARC table

the mandatory parameters are MATNR and WERKS which are the primary key fields of the MARC table

output is returned in a parameter WMARC which is of MARC type

What is the use of this function module MARC_SINGLE_READ

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
542

It reads a single row from the table MARC

Regards,

Rich Heilman

Read only

former_member189059
Active Contributor
0 Likes
543

It reads a single record from the MARC table

the mandatory parameters are MATNR and WERKS which are the primary key fields of the MARC table

output is returned in a parameter WMARC which is of MARC type