Posted: Wed Dec 19, 2012 11:26 am Post subject: Dynamic program simple example
pokajite mne prostoy primer pojalusta.
Perviy variant (Wage type kolonna c pomowu dinamiceskovo programmirovaniye kak ya mogu prevrawit tablica)
Id name Wage type summa
1000001 Selim 1000 10
1000001 Selim 1001 20
1000001 Selim 1002 15
1000002 Bayram 1003 5
Id ad 1000 1001 1002 1003
1000001 Selim 10 20 15
1000002 Bayram 5
Vtaroy variant. ili prevrawit standart tablica SCARR
SCARR
MANDT CARRID CARRNAME CURRCODE
400 AC Air Canada CAD
400 AF Air France EUR
400 LH Lufthansa EUR
Joined: 23 Jan 2010 Posts: 26 Location: Naberezhnye Chelny
Posted: Thu Dec 20, 2012 4:25 pm Post subject:
Вот вам пример:
Code:
DATA: r_wa_data TYPE REF TO cl_abap_structdescr,
r_it_data TYPE REF TO cl_abap_tabledescr,
r_it_comp TYPE cl_abap_structdescr=>component_table,
wa_comp LIKE LINE OF r_it_comp,
r_table TYPE REF TO data.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.