Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Re: Need to create a third level node in tree view

$
0
0

Hi,

 

Please have a look at this example , it might help your question

Step 1: Context node for the tree

First of all you need a context node for the tree, which holds the displayed entities and defines the tree columns. It basically reflects the complete UI state of the tree control in the model.

 

 

In our example this is CASEHISTORY context node, which inherits from CL_BSP_WD_CONTEXT_NODE_TREE:  Its method GET_TABLE_LINE_SAMPLE defines the tree columns available for display:

 

 

Here define a column as NODE_NAME which will be the node column (See screen shot for HTML Code). Of special importance is the REFRESH method of the tree, since it initializes the display:The built-in node factory is used here to create a root node for each BOL entity to be displayed in the tree.

 

 

 

The BOL entities for tree display come from the tree context node itself.

Step 2: Context nodes for the top level entries in the tree

In order to display entries in the tree you need a class which defines its top level and which inherits from the CL_BSP_WD_TREE_NODE_PROXY class. In the CRM workbench this class appears as “Tree Node Proxy” beneath the tree node “CASEHISTORY” under “Tree Structure”.

Besides the usual Getters and Setters used for display during runtime the context node offers a GET_CHILDREN method called when the user would like to see

 

 

 

 

 

Redefine method GET_NODE_NAME to display the text for the NODE. Redefine method GET_ICON to display the required ICON.

 

Step 3 : Basic Tag Tree

To get the tree rendered the simple tree sample application uses the <crmic:tree> tag in its html page (IbaseTree.htm).  For your current development, please use   The content of the tree comes from the CASEHISTORYcontext node with in the Table attribute via binding: table = “//CASEHISTORY/Table”. The node table, which knows about selected, opened and closed nodes, etc. also comes from the tree context node. It is handed over with the “nodeTable” attribute:


 

Step 4 : Tree event handling

When a node is collapsed on the UI for example a “collapse” event (see attribute “onCollapseNode” above) is raised; this is processed in the DO_HANDLE method of the controller:  It delegates the event to the tree context node.

Collapse or expand tree node Call the COLLAPSE_NODE method of the tree context node when a tree node is collapsed on the UI.

 

 

 

 

Eventually call EXPAND_NODE. 

 

 

Since the tree context node is available in your event handlers these methods can be used to collapse or expand nodes programmatically.    

 

Regards,

Sumeet


Re: VOFM Routine + Delivery Split

$
0
0

Hi Chandra,

 

I am having similar issue. Have u got the solution. Please share.

Re: Crystal Reports:Print Engine Error

$
0
0

Hi,

 

its a while ago, but could you find out what the problem was about?

 

Best Regards,

Thilo

Re: BP Is Getting Block again & again

$
0
0

Dear Sunil,

 

Could you please check if the oss note 1740795 resolve your issue? This is for the similar cause only..

 

Also check if you have not activated the indicator "Take Past Check Results into Account" in the node SPRO > GTS> Compliance management> SPL screening > Control settings for SPL screening

 

Check for your legal regulation.. Hope this helps.. thanks,

 

thank you,

Venkatesh SP

Re: Dashboard issue

Datasource performance

$
0
0

Hi,

 

Reg: datasource performance could any one please let me know how to do it?

DS: 0ICH_TS_INT_1 which runs for almost 2hrs with records of  only ~ 60000 and some other standard DS with same data volume it takes only 40mins like that.

 

When the infopackage runs in the BI Production system and corresponding background job will be triggered in source system where source is SNC system.

When i see the job logs in sm37 of SNC system there are many SQL operation TRUNCATE table is happening this table all are temporary SID tables

And its going for the customer exit.

 

Moreover this IP is a full update daily and we cant make it to delta coz its daily an snapshot business data.

 

 

Untitled.png

 

Thanks,

Siva

Re: SAP_BASIS and SAP_ABA 740 update in SPAM

$
0
0

And one more thing - when I try to logon using SAP GUI, I get syntax error (attached).

 

Regards,

Tomasz Sobkowiak

Re: MADP - SAP Mobile Services - Implementation/Deployment


Re: RAS failed to start - It has stopped 5 time(s) in 60 Minutes

$
0
0

Hi Vijay,

 

SAP note you had mentioned helped me to resolve the RAS issue, now its up and running...

 

Thanks a ton!!!

 

Regards,

Arun

Re: restricting item master

$
0
0

Hi,

 

Try this for query for change of item description:

 

SELECT T0.[UpdateDate],T0.[ItemCode], T2.[ItemName] as Newvalue, T1.[ItemName]as oldvalue, t3.[U_Name] as CreatedUser, t4.[U_Name] FROM AITM T0 left join AITM T1 on t1.itemcode = t0.itemcode and t1.loginstanc= t0.loginstanc-1 left join OITM T2 on t2.itemcode = t0.itemcode left join  OUSR t3 on t3.userid = t2.usersign left join OUSR t4 on t4.userid =t2.usersign2 WHERE  T2.[ItemName] <> T1.[ItemName] and datediff(dd,T1.[UpdateDate],getdate()) <=0 group by T0.[UpdateDate],T0.[ItemCode], T2.[ItemName], T1.[ItemName],t3.[U_Name],t4.[U_Name] order by T0.[UpdateDate]

 

 

Similarly can check all other field by union all.

 

Thanks & Regards,

Nagarajan

Re: GI for process order not updated in COR2

$
0
0

Hi Mohd Tallha,

 

As per the screen shot I hope material is activated for backflush then why are you using MB1A or MIGO_GI?

Please do the confirmation  for your process order COR6N it will post the good issue.

Please try the same and come back.

 

Apart from that have you posted the MB1A with reference to process order?

If the goods issue is made without reference to the reservation, the withdrawal quantity is not updated.

Please refer the explanation given in SAP OSS note 600266.

Unplanned goods issue is not updating the reservation.

In transaction MB1A press button 'To order' OR 'To reservation'

 


Regards,

R.Brahmankar

Re: Mailing address - doesnt create multiple records

$
0
0

For this subtype use the Usecase B3

 

 

Thanks,

Shankar.

Re: Job Definition will skipped from Job Chain (JC) by adding time window?

$
0
0

Hi Abhishek,

 

If you want to skip a job on certain days, see this thread discussing preconditions:

 

http://scn.sap.com/message/14208049

 

 

Note that if you want the job to start at the time in the time window and NOT have the job chain wait on this job, there is a programmable way, using RedwoodSript - this feature is also available in the latest SAP BPA version 9.

 

The RedwoodScript job only has to submit your job, there are multiple examples in the documentation of scripts that submit a job ...

 

Regards,

 

HP

Re: Cannot connect to server in the "Create Connection" screen.

$
0
0

Hi Jason,

 

Try launching the excel interface from web admin console and see if you are able to.

 

Regards,

Kalyan.

Re: Batch split in Invoice but not in delivery !

$
0
0

Hi Venkat,

 

Sorry I could not understand your Output point.

 

But can you check via VBFA table with your Invoice Number showing on Print in Preceding Document and Subs. Doc. Category as N and see if any entry you get?

 

Regards,

 

MJ.


Error while writing to the database (PTRV_HEAD/PTRV_PERIO/Cluster TE)

$
0
0

Hi

 

I am getting below error while saving trip request (TRIP)

 

Error while writing to the database (PTRV_HEAD/PTRV_PERIO/Cluster TE)

 

Message no. FITP039

 

Can someone help?

 

 

Regards

 

Praveen P C

Re: Issue in IT Declaration - Sec 80 / 80 C on ESS

$
0
0

Hi Deepak,

 

Thank you for your reply.

 

I have checked and found that Business function is active in our system.

 

 

 

Shrikant Basarkar

Re: Deprecation key value

$
0
0

You could also check via Customiziing transactions : SPRO, Financial Accounting,Asset Accounting, Depreciation, Valuation Methods (transaction AFAMA)

Regards,

Raymond

Re: Upload journal from flat file

Re: How to get selected index of Dropdown by Index in a ALV table

$
0
0

Hi Venkat,

 

The source of the DropDownByIndex  is a table of name/values pairs, so once you have the selected value from r_param->value->*, you can read that table to determine the index.

 

READ TABLE dropdown_options ASSIGNING <fs> WITH KEY value = the_value.

 

System variable sy-tabix will indicate the table index where the_value was found.

 

Cheers,

Amy

Viewing all 8667 articles
Browse latest View live




Latest Images