5.17.2009

Why u can call(r using) ssf_function_module_name in smartforms?

Calling SMARTFORMS from your ABAP program. Collecting all the table data in your program, and pass once or By using &Quot;ssf_function_module_name &Quot; the user can obtain the function mudule generated by the Smartform. The input parameter is the SMARTFORM name the output parameter is the function module generated .It has to be type RS38L_FNAM. After getting the output parameter . CALL FUNCTION(output parameter name). to SMARTFORMS.
read more...

What is the basic qualification for SAP Implementation ?

Answer : SAP has 2 sides, one is technical which is ABAP, Basis and Netweaver which requires BE, B.Tech, MCA, MSc Is or any other equalent qualification, the other side is functional which has the functions like Materials Management, Production Management.
read more...

4.12.2009

Definition of Organizational Structures and Finance Master Data

The following PDF contains the below contents related to Organizational Structures and Finance Master Data.
Contents
Accounts Receivable Overview.....................................................................25
Accounts Payable Overview..........................................................................26
Asset Accounting Overview...........................................................................26
Bank Accounting Overview............................................................................29
Cash Management Overview..........................................................................29
Controlling Overview......................................................................................30
Project Systems Overview.............................................................................31
Funds Management Overview........................................................................32
Grants Management Overview.......................................................................36

Download Free E-book

read more...

3.23.2009

SAP Basics

Download it free!

I found this article for the Basic Learners in SAP. Please download and have a quick look on it.
read more...

SAP Number Range Object - Skipping of Numbers

Download Free here
It is a very common problem which we are facing during the numbering. This Attachment explains clearly about the Skipping of numbers and usage of SAP Number Range Object.

Keep the Resource helpful - Share with Everyone.
read more...

3.22.2009

Printing remuneration statement (Pay slips) using HR Forms

Download PDF

Purpose

An HR-Form often functions as an enterprise's business card, which means it requires an
attractive graphical design. The HR Forms will enable you in future to create flexible reports with
an attractive layout for HR master data, personnel time data, and payroll results. Therefore, it will
be a central Human Resource tool that enables you to select data from various sources in a
uniform manner, which you can then design and print.

Tasks involved:


• Selecting data for HR forms
• Designing the layout of HR forms
• Activating HR forms
• Testing and correcting form printing
• Starting form printing
read more...

3.15.2009

Simple ways to Configure - IDOC

The Main SAP Transaction for IDOC processing is WEDI. AS soon as you go there you will see all the t-code associated with the IDOC will appear. This contains all the IDOC t-codes from creating to processing to configuration.

Here we are going to look in to a business case and see how we can configure the IDOC and how to process the IDOC. We have a Text file coming from a 3rd party with customer first name, last name and Age.

We need to create a new message type and store this information as idoc. Once we received this IDOC we need to process the data and load this data to a table(real life we call a SAP BAPI or sap function module normally BP create).

The text file format is as follows

First name char(20), last name char(20) and age number (3).

All of the following things are transportable. Save the transports. You can move the same config and the data from one system to another using this transport.

Create and/or Configure New IDOC segments:

T-Code is WE31.

Create a new Segment type ZTEST_CUST.

Click create and see the following screen shot. Now the Segment is created we are ready to create Idoc types and Message type.

Create and/or Configure New IDOC types:

T-Code is WE31.

Create a new IDOC type ZTEST_IDOC_TYPE.

Click create that will take you to the next screen.

Click on the create segment. A pop-up will display. Select the created segment type and click continue.

Now click save and save the IDOC type. Now we have a IDOC structure that can have the first,last name and the age.Now let us go to the message type.






read more...