cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Direct Input/Load of Business Object

Former Member
0 Kudos

Hi,

I am wondering if anyone can tell me whether there is a programmatic way to call 'Direct Input/Load' similar to LSMW Direct Input.

Thank you in advance,

Sunny

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Usually the direct input will already have a standard SAP program that requires data in the correct format to be in a file on the application server before running.

You could submit the program after creating the files on the app server using SUBMIT.

You could also look at the code of that standard program and find which function modules it calls and call them in your program in the same sequence and doing the same error checking etc.

W