‎2008 May 14 1:08 PM
Hello Friendz
Can anybody tell me. can I wirte full program like logic in EXIT_SAPLMGMU_001 to send material to a file.
‎2008 May 14 1:12 PM
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
‎2008 May 14 1:14 PM
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
‎2008 May 14 1:15 PM
hi,
As rightly said by Shiva use BDC or External subroutines and make call them in Exit ...
Regards,
Santosh
‎2008 May 14 1:15 PM
You can put any logic in this as per business requirements. Note that you can only change the fields related to the MARU structure.
‎2008 May 14 1:31 PM
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
‎2008 May 14 1:49 PM
Can you tell me in which screen you have these fields? I mean the screen program names?
‎2008 May 14 2:54 PM
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
‎2008 May 14 1:40 PM
Search for Proper exit then by putting breakpoint and see if if other exits the tables are available.