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

problem with batch input .

Former Member
0 Likes
1,130

Hi all,

Im trying out lsmw for the transaction IE4N(install/remove componenmt). This tcode IE4N is actually attached to a program SAPLIPW4 , which is actually a function pool. When i try to record , the system is not able to open the transaction for recording , instead its giving error. The same thing happened when i try to record in CATT . Is there any way to record the transactions that is attached to function pool programs.

Pl. help me in solving this.

thanks ,

raj.

6 REPLIES 6
Read only

Former Member
0 Likes
895

What is your release. Transaction IE4N doesn't exist in 4.6C

Rob

Read only

0 Likes
895

Hey Rob, We are in the process of rolling out some MRO functionality for a sister company and are have issues with IE4N. This led me to search for any other problems that users might be having and in doing so I found your response of “IE4N is not available in 46C” and it confused me. We are at this version and the T-code is there?? Now granted we are having issues with a Batch message “Material document batch deviates from equipment master batch”. Can you please explain what you meant?

Read only

Former Member
0 Likes
895

Well, I meant that when I tried to run the transaction, I get a message "Transaction IE4N does not exist." Also when I go to SE80, the program isn't there either. I guess it's some sort of add-on.

Have you looked at OSS notes for your problems?

Rpb

Read only

Former Member
0 Likes
895

Hiraj,

Did you get any response of your question regarding IE4N BDC recording. If yes, could you please tell me how you resolved the issue. As i have to do a BDC of IE4N and it fails immediately.

Thanks,

Anukool.

Read only

former_member622150
Participant
0 Likes
895

All,

We encounter the same problem on ECC 6 upgrade. The transaction is there but it cannot process thru the BDC. When we do the recording or call transaction it error out with the message

<i><b>Exception condition "DUMP_DUE_TO_NOT_SUPPORTED_USE" raised.</b></i>

OSS Note 845962 indicates that IE4N is no longer support. I guess that we have to dig up the BAPI to perform all these tasks then.

Read only

Former Member
0 Likes
895

You could do an implicit enhancement in include LIPW4FB6 in FORM error_calld_binpt. Put an exit before SAP raise the error... But SAP won't like that...

Or wait for enhancement package 2 where they offer 3 bapis to replace the IE4N batch input.

The bapis are: BAPIs BAPI_IE4N_DISMANTLE, BAPI_IE4N_EXCHANGE, and BAPI_IE4N_INSTALL