| Author |
Message |
Topic: Note 881083 - Blocking factors on Oracle-based systems |
admin
Replies: 0
Views: 54
|
Forum: Performance tuning | Производительность Posted: Fri Sep 03, 2010 2:12 pm Subject: Note 881083 - Blocking factors on Oracle-based systems |
Note 881083 - Blocking factors on Oracle-based systems
(объясняет преобразование FOR ALL ENTRIES в параметр IN в SQL запросе)
Symptom
You require information regarding the optimal way to config ... |
Topic: Абаперский хумор |
admin
Replies: 49
Views: 13913
|
Forum: Talks | Беседка Posted: Thu Jul 15, 2010 10:53 pm Subject: Абаперский хумор |
Дмитрий, отжег, молодца!!!!!  |
Topic: Color individual cells of an ALV GRID |
admin
Replies: 0
Views: 806
|
Forum: ALV Grid / ALV Tree / ALV List Posted: Fri Jun 04, 2010 11:24 am Subject: Color individual cells of an ALV GRID |
Author: Ankur Parab
The coloring of individual cells in ALV Grid is possible through ALV using OOPS.
First declare a table (of type lvc_t_scol) for specifying the color inside the internal table ... |
Topic: Coloring Cells/rows in ALV Grid. |
admin
Replies: 0
Views: 397
|
Forum: ALV Grid / ALV Tree / ALV List Posted: Fri Jun 04, 2010 11:18 am Subject: Coloring Cells/rows in ALV Grid. |
Author: Stefan Riedel-Seifert
You must distinuish between 3 Scenarios fpr coloring:
1) Coloring entire column
To make an entire column be painted with the color you want, you can use the " ... |
Topic: Editable Fieldcatalogue for ALV display |
admin
Replies: 0
Views: 571
|
Forum: ALV Grid / ALV Tree / ALV List Posted: Wed May 26, 2010 3:27 pm Subject: Editable Fieldcatalogue for ALV display |
By Swarna S, Tata Consultancy Services
*&---------------------------------------------------------------------*
*& Report ZALV_FCAT *
*& ... |
Topic: Multiple screens in dock container |
admin
Replies: 0
Views: 492
|
Forum: ALV Grid / ALV Tree / ALV List Posted: Wed May 26, 2010 3:07 pm Subject: Multiple screens in dock container |
REPORT yztest .
TYPE-POOLS: slis.
* Tables
TABLES: mara.
TYPES: BEGIN OF ty_name,
name TYPE char10,
age TYPE i,
END OF ty_name.
TYPES: BEGIN OF ty_marks,
sub1 TYPE i,
... |
Topic: Daily Stock Consumption Report |
admin
Replies: 0
Views: 755
|
Forum: ММ Posted: Fri Apr 09, 2010 12:21 pm Subject: Daily Stock Consumption Report |
*&---------------------------------------------------------------------*
*& Report ZSNAK_STORE_CONSUMPTION
*&
*&-------------------------------------------------------------------- ... |
Topic: Description of the standard movement types |
admin
Replies: 0
Views: 674
|
Forum: ММ Posted: Fri Apr 09, 2010 12:14 pm Subject: Description of the standard movement types |
Movement type
Mvt type Description
1xx GR from Pur/Prd and return
2xx GI for Consumption
3xx,4xx Transfer
5xx GR W/O ref to Pur/Prd Order
6xx LE-SHP movement types
7xx Physical inventory(IM:70x ... |
Topic: Process of reversal of the usage decision |
admin
Replies: 0
Views: 1028
|
Forum: SD Posted: Fri Apr 09, 2010 8:51 am Subject: Process of reversal of the usage decision |
*&---------------------------------------------------------------------*
*& Report ZRQEVAC50 *
*& ... |
Topic: Purchase order performance report |
admin
Replies: 0
Views: 524
|
Forum: ММ Posted: Sat Mar 27, 2010 12:58 am Subject: Purchase order performance report |
*----------------------------------------------------------------------
* Modification Log:
* 1) Changed by : Suchon Poomcharoen
* Changed on : 14/10/2009
* Transport :
* Corr ... |
Topic: List of Open Purchase Orders |
admin
Replies: 0
Views: 749
|
Forum: ММ Posted: Sat Mar 27, 2010 12:56 am Subject: List of Open Purchase Orders |
*-----------------------------------------------------------------------
* Programe Name : ZMM_OPENPO_DETAILS
* PO open if GRN not done for full quantity or
* deliv. completed/final inv indicat ... |
Topic: New PO creation from existing open PO with new organ. struct |
admin
Replies: 0
Views: 423
|
Forum: ММ Posted: Sat Mar 27, 2010 12:47 am Subject: New PO creation from existing open PO with new organ. struct |
New PO creation from existing open PO with new organizational structure
Author: Qamar Javed
*&---------------------------------------------------------------------*
*& Report YMPUR_OP ... |
Topic: How to Create and Use the Authorization Objects in ABAP |
admin
Replies: 0
Views: 1555
|
Forum: Security and Monitoring Posted: Mon Mar 22, 2010 5:40 pm Subject: How to Create and Use the Authorization Objects in ABAP |
How to Create and Use the Authorization Objects in ABAP
Published by rson.
Authorization Objects are used to manipulate the current user’s privileges for specific data selection and activities ... |
Topic: Multi-line ALV using ROW_POS in field catalog |
admin
Replies: 1
Views: 1424
|
Forum: ALV Grid / ALV Tree / ALV List Posted: Sat Mar 13, 2010 7:35 pm Subject: Multi-line ALV using ROW_POS in field catalog |
REPORT zvenkat_alv_color_row.
DATA: BEGIN OF it_data OCCURS 0,
color TYPE char3,
arbgb TYPE t100-arbgb,
msgnr TYPE t100-msgnr,
text TYPE t100-text,
END ... |
Topic: BAPI_FIXEDASSET_CHANGE |
admin
Replies: 1
Views: 1875
|
Forum: BAPI Posted: Wed Mar 03, 2010 6:08 pm Subject: BAPI_FIXEDASSET_CHANGE |
FORM bapi_call TABLES pt_msg STRUCTURE bapiret2.
*Time-dependent data
DATA: ls_tmdepdata TYPE bapi1022_feglg003.
DATA: ls_tmdepdatax TYPE bapi1022_feglg003x.
*Account assignment
... |
| |