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

User exit

Former Member
0 Likes
621

Hello Friendz

Can anybody tell me. can I wirte full program like logic in EXIT_SAPLMGMU_001 to send material to a file.

8 REPLIES 8
Read only

Former Member
0 Likes
599

Hi,

Yes, you can write BDC ,external subroutines.

But call transaction cann't work in user exits.

write the logic in external subroutine and call in the Exit.

Regards,

Shiva k

Read only

Former Member
0 Likes
599

Hi

U can write some codes (perhapas u can create a your fm) in order to download material data to a file.

In this exit u should have all master data of a material, so u can do it, but u should use a file on application server (so by OPEN DATASET....).

Max

Read only

Former Member
0 Likes
599

hi,

As rightly said by Shiva use BDC or External subroutines and make call them in Exit ...

Regards,

Santosh

Read only

former_member226999
Contributor
0 Likes
599

You can put any logic in this as per business requirements. Note that you can only change the fields related to the MARU structure.

Read only

Former Member
0 Likes
599

I thank all you for wonderful reply.

I know that we can use the table which are define in the exit itself but my requirement is quite different and tidious.

I need to use two tables and their respective fields which are not there in this exit . MAKT-MAKTX and T006A-MSEHT and fetch the data out of these fields.

Plz help

Regards

Mona

Read only

0 Likes
599

Can you tell me in which screen you have these fields? I mean the screen program names?

Read only

0 Likes
599

Hi

The parameter table STEXT is like MAKT and u can get the data of T006A by matching the data of parameter table WMEINH.

Max

Read only

Former Member
0 Likes
599

Search for Proper exit then by putting breakpoint and see if if other exits the tables are available.