Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Batch Input Freight Order

Former Member
0 Likes
1,178

Hi experts:

    I want to batch input created freight order using an excel file, is there any standard function or API to do this ?

    or, can I use BOPF Service Manager (DO_ACTION) method to do this ?

1 ACCEPTED SOLUTION
Read only

cyclingfisch_
SAP Mentor
SAP Mentor
0 Likes
928

Hi Jay,

As Batch-Input is based on Dynpro Screens and BOPF is actually a framework for the business logic layer, there is no BOPF API for Batch-Input. I don't no SAP TM, but as far as I know, it's not using Dynpro UIs but FPM. So in this case you can not use Batch-Input (anyway, I regards Batch-Input as a legacy technology). Also the BOPF Test UI will not help you, as it uses ALV.

But you can consume the BOPF Business Object using the BOPF service manager and control your transaction using the BOPF transaction manager. Just use the SCN search to find out how.

Cheers,

Martin

Hi experts:

    I want to batch input created freight order using an excel file, is there any standard function or API to do this ?

    or, can I use BOPF Service Manager (DO_ACTION) method to do this ?

2 REPLIES 2
Read only

cyclingfisch_
SAP Mentor
SAP Mentor
0 Likes
929

Hi Jay,

As Batch-Input is based on Dynpro Screens and BOPF is actually a framework for the business logic layer, there is no BOPF API for Batch-Input. I don't no SAP TM, but as far as I know, it's not using Dynpro UIs but FPM. So in this case you can not use Batch-Input (anyway, I regards Batch-Input as a legacy technology). Also the BOPF Test UI will not help you, as it uses ALV.

But you can consume the BOPF Business Object using the BOPF service manager and control your transaction using the BOPF transaction manager. Just use the SCN search to find out how.

Cheers,

Martin

Read only

0 Likes
928

Hi Martin,

    /SCMTMS/CL_TOR_FACTORY->CREATE_TOR_FO

  

    This class method can be used to creation, thanks for your reply.