Upload / Download Data from SAP Tables

There have been some cases where we, as an ABAP programmer, want to take SAP table data backup. Specially for the case where Basis Team refuses to get it back-up and restore the data for us.

There have been some codes available on net where data is backed-up but not restored back to SAP.

backup

It is basically Dynamic table export / import facility.

Continue Reading…

Reset Password for User Id SAP* in client 000

As a Basis person, one have to remember a lot of passwords of various servers and clients. This tends to happen that we want to apply some notes on the server and we forgot SAP* password in client 000. What to do in this scenario.

User Lock

The following program resets the password of SAP* in any given Client ( entered on screen ) to the same as your current login’s password.  (Of course, you have to login as SAP* on any Client just to ensure that correct person have the authorization over the password resetting).

Continue Reading…

MM02 BDC – Select Specific Material Master View

Creating a BDC of the MM02 will not be an easy task. As soon as we enter the material and hit enter it will ask us to choose the required Material master views. This popup contains the available material master views and they are not constant. Sometimes MRP1 comes at the 12th line and sometimes it comes to 6th line. This dynamic of the views are solely depended on the Status (MARA-VPSTA).

MM02 BDC

  Continue Reading…

BDC Session – Automatic Execution from Report

When to Use:

Upload programs where you use BDC session method to create Sessions, which should later be executed using transaction SM35.

Requirements before you start:

You need to know the BDC Session name, which is usually an input parameter or is generated by the report programs.

SM35

Continue Reading…

BDC to insert Wage Type in Infotype 0008 (Basic Pay)

Addition of new WageTypes to Infotype 0008 often comes as an urgent requirement. Instead of adding WageTypes to individuals, we can upload it through a BDC.

Insert Wage Type In Infotype0008

Continue Reading…

Page 3 of 1512345...Last »