Skip to content

Commit

Permalink
add OA2P globals
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Apr 3, 2024
1 parent a4eb170 commit 778cb40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/src/index.ts
Expand Up @@ -42,6 +42,7 @@ export class ABAP {
public FunctionModules: {[name: string]: any} = {};
public Interfaces: {[name: string]: any} = {};
public MSAG: {[name: string]: any} = {};
public OA2P: {[name: string]: any} = {};
public SMIM: {[name: string]: any} = {};
public TypePools: {[name: string]: any} = {};
public W3MI: {[name: string]: any} = {};
Expand Down

0 comments on commit 778cb40

Please sign in to comment.