Skip to content

SAP call transaction and list parameters useful for implementing hotspot/double click.

Notifications You must be signed in to change notification settings

vidyadharg/SAP-Call-Transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SAP Call Transaction

SAP call transaction and list parameters captured in ABAP class, useful for implementing hotspot/double click.

  data(call_tcode) = zcl_call_tcode=>create( ).

  call_tcode->va43( <lv_vbeln ).

  call_tcode->fb03(
    company_code       = lv_bukrs
    fi_document_number = lv_belnr
    fiscal_year        = lv_gjahr ).

About

SAP call transaction and list parameters useful for implementing hotspot/double click.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages