We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-bw] How to Run the Process Chain First 8 Working Days

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from Vikranth on Feb 6 at 11:31 PM
Hi Subhash,

Please try if the below code works.

Since I have not tried myself, I don't know if it works.

Also, one more thing that you can try is to go for an Event triggered process chain.

Create an EVENT in sm64.
Create one chain with Start variant & an ABAP code step below Variant, and call EVENT as per the below condition.

Place this EVENT in your whatever chain which has to run first 8 days of a month.


data: lv_day type int1.

lv_day = sy-datum+6(2).

move sy-datum+6(2) to lv_Day.

if lv_day lt 9.

CALL "whichever event you want".

endif.

You can take suggestion from any ABAPer of your team for this.

Also, as our experts said in the above posts, please try those if you think this is too complicated.

Thanks.

---------------Original Message---------------
From: sapbwfaq224
Sent: Tuesday, February 04, 2014 10:22 PM
Subject: How to Run the Process Chain First 8 Working Days

Hi,

My requirement is

How to run the process chain first 8 working days of every month.

Can anyone recommend how to fulfill this requirement?
And where I have to write in process chains?

Thank you,
Subhash.

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2014 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
Vikranth  
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Become a blogger at Toolbox.com and share your expertise with the community. Start today.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language