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

transaction code needed

Former Member
0 Likes
474

Hi,

Could anyone let me know what is the transaction code for uploading a flat file into J_2IACCBAL table.

Regards,

Karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
440

Hi,

TCode is: J2IU <Fortnight Utilization of CENVAT>,

updates d table J_2IACCBAL(Opening/Closing a/c balance table).

Regards,

Ramesh.

3 REPLIES 3
Read only

Former Member
0 Likes
440

Direct Input

With direct input, data from the data transfer file is first checked to see if it meets various criteria and then transferred directly into the R/3 System. The R/3 database is updated directly with the transferred data.

There are two ways to trigger direct input:

Start the program directly: Note that the system does not generate an error log, nor is it possible to restart the system if an error occurs.

Direct input in the background: In this case, you can restart processing if the program terminates or logical errors occur (material missing, for example). The ability to restart the system ensures that data cannot be posted twice to the database, as the program can be reset to where it terminated. Using the trace you can correct any errors that occurred.

Direct input also has the advantage that it places little load on the system.

You can transfer the following data transfer objects using the direct input method:

Material masters

Accounting documents

Sales documents

Fixed assets

Classification

If you are working with test data, start the direct input directly. For the final data transfer, SAP strongly recommends that you use Transaction BMVO.

Note that with background processing, the input file cannot be stored on the presentation server. Access to presentation server files is only possible when you are working online.

You can find further information on direct input in the Basis documentation BC - Basis Programming Interfaces.

Activities

On the initial screen of the Data Transfer Workbench, enter the logical or physical name of the transfer file into which you have converted your legacy data.

Choose Goto ® Execute data transfer.

The system displays the transaction for direct input (Transaction BMV0).

Further steps to be taken depend on the transfer object and are therefore included in the object-specific documentation.

Use LSMW and direct input method their!!

Reward points if it helps

Regards

Gunjan

Read only

Former Member
0 Likes
441

Hi,

TCode is: J2IU <Fortnight Utilization of CENVAT>,

updates d table J_2IACCBAL(Opening/Closing a/c balance table).

Regards,

Ramesh.

Read only

Former Member
0 Likes
440

Hi,

Check table TSTC to get the transaction you need

Sameena