Syntax error Pull a list of Functional Location from SAP using BAPI

Pull a list of Functional Location from SAP using BAPI



After you set objRfcFunc, try this before you call this and this will include these parameters.

With objRfcFunc.tables("funcloc_ra")

    If .RowCount < 1 Then .Rows.Add

    .cell(1, 1) = "I"

    .cell(1, 2) = "EQ"

    .cell(1, 3) = "Your Func Loc"

End With

Updated on: 2019-07-30T22:30:20+05:30

362 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements