‎2006 Feb 15 7:33 AM
hi all,
I would be grateful to anybody who could provide me with a descriptive scenario for abap practice assignment .
Thanks in advance. Points would be rewarded.
‎2006 Feb 15 8:07 AM
Hi,
Check these links and kindly reward points by clikcing the star on the left of reply,if it helps.Those links contains lot of example to start with.
ABAP in 21 days
http://cma.zdnet.com/book/abap/ch03/ch03.htm
http://www.geocities.com/victorav15/sapr3/abapfun.html
http://www.sapgenie.com/abap/index.htm
http://www.sap-img.com/abap.htm
http://www.sapdevelopment.co.uk/tips/tipshome.htm
http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
http://sap.ittoolbox.com/nav/t.asp?t=322&p=322&h1=322
http://sap.ittoolbox.com/nav/t.asp?t=448&p=448&h1=448
http://www.kabai.com/abaps/q.htm
http://www.geocities.com/mpioud/Abap_programs.html
http://www.sapgenie.com/abap/tips_and_tricks.htm
http://www.sapassist.com/code/d.asp?whichpage=1&pagesize=10&i=10&a=c&o=&t=&q=&qt=
‎2006 Feb 15 7:39 AM
Selection screen for Material Master Extract:
Parameters: Plant LIKE MARC-WERKS
File Path for Material Master like RLGRAP-FILENAME
PC File Check Box
Selection screen for Customer Master:
Parameters: COUNTRY LIKE KNA1-LAND1
File Path for Customer Master like RLGRAP-FILENAME
PC File Check Box
Logic For Material Master:
Get all the materials, weights, and material description of the materials for the languages E (only till ;) and languages 1 for the given plant & download these details in the specified path on the local PC or application network
Logic For Customer Master:
Get all the customers and their address for the given country code.
We need to get all both the ship to party and sold to party address for all the Customers in a
particular Country. The following fields are required
Customer Number
Customer Name - Company Name
Address Types: Sold to Party and Ship To Party
Street,
City
Country
Post Code
File Download Process:
Create an outbound file for downloading in the specified path given.
If the PC File indicator is checked we need to download the file on the local PC - Presentation server,
else it will need to download the file on the application server.
Message was edited by: chandu
‎2006 Feb 15 10:26 AM
Can u plz tell me which material table has the fields u mentioned & what is language 1 ?
‎2006 Feb 15 10:35 AM
Hi,
for material master you can see MARA, MAKT, MARC, MARD tables.
MAKT is the text table for MARA there you can find the language key.
regards
vijay
‎2006 Feb 15 7:43 AM
Table Fields Data Type Length Key
Employee
Employee Id Number 7 Key
Employee Name Char 40
Join date Date
Resignation Date Date
Base Location Code Char 4
Total Experience (in months) Number 3
IT Experience (in months) Number 3
SAP Experience (in months) Number 3
Project
Project Code Char 10 Key
Start Date Date Key
End Date Date Key
Project Base Location Code Char 4
TM's Employee Id Number 7
PM's Employee Id Number 7
Project Description Char 40
Specialization
Specialization Code Char 4 Key
Specialization Description Char 40
Location
Location Code Char 4 Key
Location Description Char 20
EmpProj
Employee Id Number 7 Key
Project Code Char 10 Key
Specialization Code Char 4 Key
Start Date Date Key
End Date Date Key
Location Code Char 4
EmpSpec
Employee Id Number 7 Key
Specialization Code Char 4 Key
Certified Yes/No
EmpLoc
Employee Id Number 7 Key
stdate Date Key
endate Date Key
Base Location Code Char 4
Create Tables as per naming convention
Use C1 ,C2 For identification while naming the objects
Create the relationship among tables - foreign key
Create search help where ever required
each table should have table maintainence
and create a simple report to pull out data from 2 or 3 tables to display some meaningful report for a given employee no and given date eg..Project details etc.
It should contain atleast 8 fields with all important fields like employee id project.
‎2006 Feb 15 7:58 AM
Hi,
You can try creting a table control.
Use this link.It contains step by step explanation.
http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm
Regards,
Gayathri
‎2006 Feb 15 8:07 AM
Hi,
Check these links and kindly reward points by clikcing the star on the left of reply,if it helps.Those links contains lot of example to start with.
ABAP in 21 days
http://cma.zdnet.com/book/abap/ch03/ch03.htm
http://www.geocities.com/victorav15/sapr3/abapfun.html
http://www.sapgenie.com/abap/index.htm
http://www.sap-img.com/abap.htm
http://www.sapdevelopment.co.uk/tips/tipshome.htm
http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
http://sap.ittoolbox.com/nav/t.asp?t=322&p=322&h1=322
http://sap.ittoolbox.com/nav/t.asp?t=448&p=448&h1=448
http://www.kabai.com/abaps/q.htm
http://www.geocities.com/mpioud/Abap_programs.html
http://www.sapgenie.com/abap/tips_and_tricks.htm
http://www.sapassist.com/code/d.asp?whichpage=1&pagesize=10&i=10&a=c&o=&t=&q=&qt=
‎2006 Feb 15 8:14 AM
Hi,
Welcome to SDN.
First read some helpful links on ABAP.
you can refer http://help.sap.com
and you can make use of SDN forums itself.
check this thread you will find lot of good links for ABAP.
regards
vijay
‎2006 Feb 15 9:45 AM
hi all,
thanx a lot for your help & guidance.Iam using sdn for the first time i hope u all have got the reward points.
i Found chandu & srinivas replies particularly usefull.
chandu & srinivas can i mail u the code when iam done with it.
Once again thanx everybody.