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

Anil SAP Gupta
Anil SAP Gupta

SAP Expert

Updated on: 30-Jul-2019

187 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements