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
583

What is the use of this function module MARC_SINGLE_READ

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
541

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

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

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
541

It reads a single row from the table MARC

Regards,

Rich Heilman

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