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

Inserting Zstructure in Mara Table

Former Member
0 Likes
717

Hi,

I have created the function group by selecting Retail in TCode OMT3C.

Then I have design custom sub screen for such function group generated.

some custom fields like Main Group, Sub Group, Parameter 1, Parameter 2 and Parameter 3 .

I have included the sub screen and included in TCode MM01 (Basic Data 1 View) thru Tcode OMT3B.

I have appended the Ztable fields using append structure in MARA table.

I am facing issue while populating zstructure values into MARA table but i can able to insert into Ztable

please give me the solution to insert into Standard table MARA.

Regards

Shriraam

Hi,

I have created the function group by selecting Retail in TCode OMT3C.

Then I have design custom sub screen for such function group generated.

some custom fields like Main Group, Sub Group, Parameter 1, Parameter 2 and Parameter 3 .

I have included the sub screen and included in TCode MM01 (Basic Data 1 View) thru Tcode OMT3B.

I have appended the Ztable fields using append structure in MARA table.

I am facing issue while populating zstructure values into MARA table but i can able to insert into Ztable

please give me the solution to insert into Standard table MARA.

Regards

Shriraam

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
668

What technique are you using to populate the data in the APPEND structure ? Did you use any exit / BAdIs etc. ?

Read only

Former Member
0 Likes
668

Hi Suhas,

I have used Exit to populate. Exit Name is MGA00001.

Thru this exit I can able to insert into ztable (not able to insert or bind into Mara table).

Regards

Shriraam

Read only

Former Member
0 Likes
668

Hi Shriraam,

Inside the include ZXMG0U02 Pass the screen value of these new fields to the structure CMARA.

Regards

DKS

Read only

vattekrishna
Participant
0 Likes
668

Use the user exit to move your custom fields data to MARA .

Read only

vattekrishna
Participant
0 Likes
668

Which versin are you using?can you pass all the parameters and ur code inside that custom exit.