Skip to content

Intensive ABAP workshop exploring fundamentals and practices in the SAP ERP environment.

License

Notifications You must be signed in to change notification settings

Lealwbs/abap-workshop

Repository files navigation

abap-workshop

Intensive ABAP workshop exploring fundamentals and practices in the SAP ERP environment.

Padrão de Nomeclaturas

Prefixo Tipo/Propósito Exemplo
v_ Variável comum (geral) v_data
t_ Tabela interna t_table
tp_ Tipos (Types) tp_tipo
lv_ Variável local (Local Variable) lv_counter
gv_ Variável global (Global Variable) gv_total
lt_ Tabela interna (Local Table) lt_sales
gt_ Tabela interna global gt_customers
ls_ Estrutura (Local Structure) ls_employee
gs_ Estrutura global gs_order
lf_ Field-Symbols (Símbolo de Campo) lf_field
cf_ Field-Symbols globais cf_value
lr_ Referência (Local Reference) lr_object
gr_ Referência global gr_service
wa_ Work Area wa_customer
it_ Tabela interna it_data
iv_ Parâmetro de entrada (Input Variable) iv_name
ev_ Parâmetro de saída (Export Variable) ev_result
cv_ Parâmetro de alteração (Changing Var.) cv_flag
p_ Parâmetro em geral (Parameter) p_date
c_ Constante c_pi
z_ Customização (obj/var do cliente) z_program

About

Intensive ABAP workshop exploring fundamentals and practices in the SAP ERP environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages