cancel
Showing results for 
Search instead for 
Did you mean: 

Int que

Former Member
0 Kudos

Hai,

1. what are the time bound deliveries?

2. what is difference between transport and task?

3. what are the reports u have generated with help of ABAP?

Regards,

Kedar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Transports are the request numbers which you have to transport to target clients . u require request no. for this to intimate to basis guy

Task contains the details of the activity which u have done in img . u have to release the task first using tc se09, se10 before transporting to other clients(servers)

reward points if found useful

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Reports are totaly dependent on client's requirement.How they run the bussiness and what are their reporting requirement.

We develope Z reports only in the cases where it not possible to provide the information from the system in standard SAP.

Say for example if your client asks for a list of sales orders then you can suggest VA05 and purpose can be solved in std SAP.But if he asks for the same report with extra Z fields which are used in the projects then you will have to go for a Z report.

For this you need to write functional specification and rest ABAPer will take care of it.

Reward points if helpful

Regards,

Amrish Purohit

Former Member
0 Kudos

Hi,

Reports are basically what the client uses to run his business tounderstood what is happening. I nsap all the data is stored in the form of tables. SO when we want a report say to show the sales happd over the last 3 months or an year over some divison for a product can be fetched from the database thrugh these tables.

we have some standard reports

SAP SD Reports: T-Code: SARP

All Standard Reports which are avalable are as under:

SAP Easy Access: Information Systems -> Logistics -> Sales and distribution ->

1. Customer -> Incoming orders / Returns / Sales / Credit memos / Sales activities / Customer master / Conditions / Credit Master Sheet

2. Material -> Incoming orders / Returns / Sales / Credit memos / Material master / ...

3. Sales organization -> Sales organization / Sales office / Sales employee

4. Shipping point -> Deliveries / Returns

5. SD documents -> Orders / Deliveries / Billing documents ...

& so on.

Some of the Standard reports in SD are:

Sales summary - VC/2

Display Customer Hirarchy - VDH2

Disply Condition record report - V/I6

Pricing Report - V/LD

Create Net Price List - V_NL

List customer material info - VD59

List of sales order - VA05

List of Billing documents - VF05

Inquiries list - VA15

Quotation List - VA25

Incomplete Sales orders - V.02

Backorders - V.15

Outbound Delivery Monitor - VL06o

Incomplete delivery - V_UC

Customer Returns-Analysis - MC+A

Customer Analysis- Sales - MC+E

Customer Analysis- Cr. Memo - MC+I

Deliveries-Due list - VL04

Billing due list - VF04

Incomplete Billing documents - MCV9

Customer Analysis-Basic List - MCTA

Material Analysis(SIS) - MCTC

Sales org analysis - MCTE

Sales org analysis-Invoiced sales - MC+2

Material Analysis-Incoming orders - MC(E

General- List of Outbond deliveries - VL06f

Material Returns-Analysis - MC+M

Material Analysis- Invoiced Sales - MC+Q

Variant congiruration Analysis - MC(B

Sales org analysis-Incoming orders - MC(I

Sales org analysis-Returns - MC+Y

Sales office Analysis- Invoiced Sales - MC-E

Sales office Analysis- Returns - MC-A

Shipping point Analysis - MC(U

Shipping point Analysis-Returns - MC-O

Blocked orders - V.14

Order Within time period - SD01

Duplicate Sales orders in period - SDD1

Display Delivery Changes - VL22

With regards

Rajesh

Former Member
0 Kudos

Hi Rajesh,

If its standard report okay.. but what abt others.. like one example...

Sales office Analysis- Invoiced Sales - MC-E.. is there.. where u get sale of particular sales office between two dates,,, if i want sales office sales + particular material ....how can we do.. if you have any FSD regarding this it would gr8 help...

Thanks and reagrds

Ramki

Former Member
0 Kudos

Hi Kedar,

Transport:

Transfer of SAP System components from one system to another.

The components to be transported are specified in the object list of a transport request.

Each transport consists of an export process and an import process:

• The export process reads objects from the source system and stores them in a data file at operating system level.

• The import process reads objects from the data file and writes them to the database of the target system.

The system maintains a transport log of all actions during export and import.

Task:

A type of activity in Activity Management containing information about anything one or more employees needs to do by a certain date. In contrast to a business activity, the task is not linked to any business partners apart from the employee responsible. A task can also be indicated as private which means that it can only be viewed by the person who created it.

Examples of tasks include preparations for a presentation or a reminder to send a birthday card to a friend.

<b>**REWARD IF IT HELPS**</b>

Regards

AK