Re: knocking off process in SAP
Hi Mohan,Reversal of existing entries or nullify one entry like at the time of MIGO GR/IR Clearing GL has been credit to knock off that entry we post MIRO where GR/IR GL has been debited.ORTo post...
View ArticleRe: Reformat of a date column
Hi Paul, If you're seeing this error, it probably means that this field is string. See if this code works: stringvar s := {date column};totext(date(s), 'MMddyy'); -Abhilash
View ArticleRe: SUBMIT report RKPEP003 for CJI3
Try this, wa_rsparams-selname = 'CN_PROJN'. wa_rsparams-kind = 'S'. wa_rsparams-sign = 'I'. wa_rsparams-option = 'BT'. CALL FUNCTION 'CONVERSION_EXIT_KONPD_OUTPUT' EXPORTING...
View ArticleRe: Dynamic report name based on the section in webi report
Thanks alot for this info, really appreciate.Regards
View ArticleRe: No public access to oData
I think we need to consider what CORS is - and why it exists as this is the error! (having an unauthenticated web service is a different albeit important issue) CORS is there to stop/allow web pages...
View ArticleSSL_ERROR_RX_RECORD_TOO_LONG when trying to open 1 PPM Project
Dear PPM Guru, I am trying to get my CPRXRPM 610_740 - SP 0 (PPM 6.1) on my IDES EHP7 working.I did follow this thread https://scn.sap.com/thread/3779302and apply most of (ConfigContPPM61SP01.pdf). and...
View ArticleDesign Studio Bookmarks table on Business Intelligence Platform
Hi, We have DS1.6 dashboards running on Business Intelligence Platform, where users can save Fragment Bookmarks. We can see the bookmarks created by users in CMC > Applications > Design Studio...
View Articlelogic required to populate internal table
Hi Experts, I am not able to figure out How populate an internal table field with data of another internal table field based on conditions. internal table A and B is having data like this:Internal...
View ArticleExact use of SAP package during object creation
Hi, One of the project requires us to create package for every object we create.The reason being that for testing it becomes easy via se80.I have seen that most of the project create packages based on...
View ArticleRe: Custom HTML/Email Body in SAP GUI to send email
HI,there are some ways, here WYSIWYG HTML Editor you can find two, the NicEdit in gui comtainer window and in comments you'll find SAP editor ( BTF ). But I would be careful with it, what you see in...
View ArticleNeed help on Submit and Return for rm07mlbd (MB5B)
Hi people, I need a little help on Submit and return with program rm07mlbd (MB5B), following is the block of code I have written, but i not getting a way to catch the data from that program: SUBMIT...
View ArticleRe: Tax Amount is Not Calculating
Hi, 1. I have assigned only GL Account against account key but not Tax Code in OB40.2.But in the below Screen Shot the GL Account Is Showing against the taxcode at the time of entry,only the amount is...
View ArticleIs there any integration agent to connect cloud application and AWS?
Hi Team, We have Hana Cloud Connector to connect on demand applications(cloud) and on premises systems. With HCC, can we connect our on cloud application and AWS(cloud)? Or is there any other...
View ArticleHow to Kill the child Jobs if it is running for longer Period
Hello Team,We have schedule PPF Program via CPS, If program runs more than 30 Minutes we have to kill the program.We have maintained maximum run time as 30 minutes and after that we are tring to kill...
View ArticleRe: Loading error ITAB_DUPLICATE_KEY in datadource 0ORGUNIT_ATTR
Hi, See this note for your issue, Note 543324 - Performance extraction DataSource 0ORGUNIT_ATTRHope it helps!Thanks,Bhavin Vyas
View ArticleRe: Exact use of SAP package during object creation
Hi Rachel I think the concept of creating a package per object would be a bit odd. Packages are mechanisms for grouping links objects. You could look at doing it this way if you're busy with a specific...
View Article