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

Workflow requirement..

Former Member
0 Likes
639

Hi all,

I never done a workflow,..

I have a basic requirement,.. in VF01 , when an invoce is created, that is after the save button ( after comiting to the database ), i need to push the details to an excel sheet. I do not have a user exit nor badi. Could you please tell me how will i do this with Workfolw,... thank u

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
608

My suggestion is once the billing is created, you can find change document entries in table CDHDR & CDPOS , write a small program to read from this tables of unique billing document numbers and read billing document tables VBRK, VBRP and download to excel in specified interval of time

Change document object name : FAKTBELEG

I don't have much info on workflow side

a®

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
609

My suggestion is once the billing is created, you can find change document entries in table CDHDR & CDPOS , write a small program to read from this tables of unique billing document numbers and read billing document tables VBRK, VBRP and download to excel in specified interval of time

Change document object name : FAKTBELEG

I don't have much info on workflow side

a®

Read only

0 Likes
608

Hi,.

Your suggestion was considered,... but the problem here was i cannot schedule because the data cannot be uploaded into an excel from SAP in the background mode. Am i correct ?

Read only

0 Likes
608

In background mode you have to only create CSV (comma delimited) file instead of XLS.

a®

Read only

0 Likes
608

Yes,. but the problem is , this data that will be downloaded has to be put into excel , this is because it is been picked from another third party system that is done in VB,. and it has to be an excel. I cannot dowload it into application server and keep the file tab limited..

Read only

0 Likes
608

U can use BO : BUS2081 in which you have method Create .

You can create a very simple workflow which will send a mail with the required details to the destination Inbox.

You can also send attachments required.

Regards,

Krishna.