Application Development 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: 

Is it possible to maintain a view vai Batch Input

Former Member
0 Kudos

Hi guys,

The user required to develop a BDC program to upload the data source from outside of SAP, and maintain these data into a view via Tcode: SM34. But it seems the view doesn't support Batch input.....

Can anybody tell me, is it possible to maintain a view via Batch input? Many thanks!

Brian Liu

4 REPLIES 4

Former Member
0 Kudos

Additional information:

This requirement is to upload the Overhead Rate data from outside of SAP, and maintained via KZM2 or SM34. But when I tried to record a BDC for KZM2, it seems that the SAP can not support batch input.

I find a SAP note 208474, it says:

-


Symptom

Overhead rates of the costing sheet of the overhead rates, which have been created, changed or deleted via batch input or Call Transaction, are not saved.

The same rates are saved if processing is carried out via Transaction KZZ2 or the Implementation Guide IMG.

Cause and prerequisites

Processing the Customizing transactions for maintaining the overhead rates of the costing sheet (Transaction KZZ2, KZM2) is

not supported in the batch input. This corresponds to the SAP standards according to which Customizing transactions in general need not necessarily be capable of batch input.

The batch input data of the overhead rates are not saved in the standard because processing is terminated by a COMMIT WORK. This statement ensures that the internal tables for the transport of the overhead rates are only deleted if their transfer to the database tables to be transported has been processed successfully.

Solution

The subsequent modification allows batch input processing of the overhead rates, by suppressing the COMMIT WORK statement. As a result of the modification, the tables in the transport request of the overhead rates may be incomplete in single cases.

In cases where the overhead rates have not been transferred completely to the target system after implementation of the modification, include the overhead rates again in a transport request, repeat the transport and, if necessary, subsequent processing.

Note that the attached modifications are not and will not be included in the R/3 standard system.

-


I modified the sap standard program L0COEF04 according to another SAP note 150041, but after the modification, I still couldn't record the BDC.

Anybody who have ever met the same situation, or can give me some suggestion? With many thanks!

Brian Liu

Former Member
0 Kudos

Hi,

I have the same requirement too. I have to automate the cost overhead sheet loading via batch input. The data is available in the form of excel sheet. Iam unable to record the KZZ2 transaction to perform a BDC.

Have you found any solution to this problem? If so please let me know. Thanks in advance....

Regards,

Nirmal.

0 Kudos

Hi all,

I have the same requirement too, about the overhead rates in KZM2 transaction, do you have a solution for this problem?

Regards,

Jorge Espino.

Former Member
0 Kudos

Closed.