WBS Element display format
Hi all, I am developing report regarding WBS Elements . To display the WBS I used PSPNR from PRPS table. The output is showing correctly in the ALV, but when i try to apply a filter on that column, it...
View ArticleRe: Error while refreshing report containing french characters
Hi Rohit, Just put the problematic object into query and click SQL to see if you can get SQL or not.
View ArticleRe: Running total query
Hi, Check this below : select T0.docentry,T0.Quantity, t0.BaseEntry,(select sum(T1.Quantity) from rpd1 T1 where T1.docentry <= T0.docentry and t1.ItemCode = t0.itemcode) as RunningTotalfrom rpd1 T0...
View ArticleRe: EJB Project Not Building in NWDS 7.3 for Adapter Module in PI 7.3
Hi All,Now I was able to deploy, but when i check in JNDI Regestry , I am not getting Object Name, but in Context name I can see my JNDI name as SreeJNDI.. Because of this my adapter is giving error as...
View ArticleSupplementary Invoices:
Hi Avinash, Check below thread. Will help you. https://scn.sap.com/thread/1062548 Regards, Sai Krishna.
View ArticleRe: Display only result row in bex report output
Hi Bobby, I think It wont be possible because Plant is a key field here and there are different types of plants here.If you dont want individual plant value then remove plant from Row but i think Plant...
View ArticleRe: How to configure Schedule Agreement creator as the First level approver ?
Hi, Its depend on the Workflow agent define in the release step. If SA is created by USER1, then I think WF_INITIATOR is same as SA creator. Then maintain agent in the Release step of workflow as...
View ArticleRe: Missing spool pages
What you see is not always what you get... Check your spool display parameters, navigate in the SP01/SP02 menu : Goto, Display Requests, Settings. Look under Display Area. Regards,Raymond
View ArticleRe: HTTP Receiver and HTTP Sender
Hi Lavanya, Please check this link:http://help.sap.com/saphelp_nwpi711/helpdata/en/43/95bcddd51c60b7e10000000a11466f/frameset.htm As per link it should be something like...
View ArticleRe: Stms Configuration for single system and multi client
Hi, Please clarify your question.. 1. Whether the client 200 and 300 are in different systems like DEV & QUA. or 2.Whether the client 200 and 300 are in the same system like DEV ONLY. If the option...
View ArticleRe: Error al intentar crear un archivo desde el transaction notification
Disculpa, intente hacer lo que tu dices, primero lo de cambiar LEFT JOIN x RIGHT JOIN pero nada depues le di la vuelta para jalar de oitm pero nada igual. Ahora estoy haciendo pruebas con una TEMP pero...
View ArticleRe: faultcode and faultstring of a soap webservice through a wcf client...
Hi Bruce thanks for your time Mmmm, wcf client of a wcf service works fine, but this is a SOAP webservice (the one that I'm calling) using a wcf client. Should it be the same? this is the XML that my...
View ArticleRe: Java program in BO XII in pending status
Hi, I resolved this issue by restarting the ProgramJobServer . You can find this in the Server list of the 'CMC'.
View ArticleRe: save textfile with windows-1251 encoding
You might look at using Microsoft Word through OLE Automation if it's available. You tell word the that document is in 1521 encoding and then do a SaveAs to a Text format. oleobject loo_word...
View ArticleRe: ChaRM integration with QGM
I dont think there is a demo showcasing ChaRM with QGM. Else I wouldnt have gone through all the trouble recently of showcasing all the posible Change Control options at work, Anywyays. I havent done...
View ArticleWhat are the limitations on Queries that are used in Dashboards
I am developing some custom dashboards and have come accross an issue where the data does not refresh correctly depending on the complexity of the query that it refreshes from. The queries run within...
View ArticleRe: Error al intentar crear un archivo desde el transaction notification
Hola te cuento que ya logre lo que queria, ya solo me queda agregarle que otras cosas quiero ver asi quedo mi consulta:SELECT b.WhsCode, b.ItemCode,SUM(b.Quantity)VtaPrs INTO #TEMP FROM INV1 b WHERE...
View ArticleRe: GRC AC-Password self service
I’m assuming you don’t want the user to enter a password in on logon screen. I’m also assuming you have completed the connector setupThese steps allow thisMaintain Connector Settings – for each...
View ArticleNext level certificate of SAP PI7.3
I just cleared SAP Certificated Development Associate - Process Integration with SAP Netweaver (PI 7.3). Is there any further certificate I can do for PI 7.3? I emailed SAP education, and they pointed...
View ArticleHow to make a step in package as optional
Hi TDMS guru's, I am transferring BC_materials in TDMS , I have created package which ran successfully. There is a step to lock receiving system which needs to be made as optional. How to make that...
View Article