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

Batch Input Recording - GUI Upload Function

Former Member
0 Likes
849

Hello,

i want to record a batch input.

Within the recording a Gui Upload Function is called, so that the user have to select a file from the local disk, which should be uploaded into the system. That step wasn't recorded by the bach input recording.

Is there any soluion for that?

Regards,

TomSd

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
668

In the background mode no UI enabled functions are not available for obvious reasons.

This is a FAQ, further details on SDN.

Read only

Former Member
0 Likes
668

You would need to run your batch recording in A made then , all the time , then you can go for getting the file name. else only record the part after getting the file name. There should not be a need to make this file inputting in background.

Regards,

Uma

Edited by: UmaDave on Jun 23, 2010 11:13 AM

Read only

Sandra_Rossi
Active Contributor
0 Likes
668

As Suhas said, these kind of UI dialogs cannot be handled by batch input technology.

Sometimes transactions allow the batch input by displaying another kind of UI dialog that is allowed. Try to record using "simulate background mode", maybe the program will display another UI dialog. Make sure also to untick the "no BI mode" checkbox.

But maybe this transaction isn't planned to be used in batch input at all (which transaction do you need to record?). In that case, the only solution is maybe eCATT (with external tool connected as I am aware).

Read only

0 Likes
668

Hello,

i need to record transaction BP to load documents to the business partner.

Perhaps there is a BAPI to do that?

Regards,

TomSd

Read only

0 Likes
668

You may attach documents as explained in "How to Attach Documents to Any Custom Program Using Generic Object Services", or blog "Generic object services (GOS) - in Background - Attaching documents to Business Objects in background".

PS: partner object type is BUS1006