A lot of the ECC6 functionality is still available in S/4HANA in the SAP GUI; sometimes transactions are enhanced and easily recognized and both the old and new co-exist (e.g. FAGLL03 and FAGLL03H), and sometime
SAP Managed Tags: ABAP Testing and Analysis Hi Krishna, Making secondary index for database table is responsibility of the BASIS team. If you think that some index in missing or required then you can request BASIS team for the same. Do not create it on your own and without proper analy...
Imagine you are in the ABAP Workbench (SE80 transaction), you try to expand all of the nodes of the BASIS package, and you see that it takes some time. Let's analyze the performance of this operation with SAT. First you must start the ABAP Runtime Analysis (SAT) and create a ...
–A primary index is always unique; that is, for each combination of index fields, there is only one table entry. –Sometimes the Primary Index is not sufficient. We need to define a Secondary Index that contains the fields we need. You can also check Secondary Index with SE11 by clickin...
VBTYP_V IS non key field, try to create secondary index or eliminate the field in where condition. after fetching the data with key fields eliminate the records inside the loop. Hope it helpful, Regards, Venkat.V You must be a registered user to add a comment. If you've already registe...
Can you please advise on the DSO secondary key concept, so that I can create a secondary index on this lookup dso which you have replied, so that the abap code will be much faster. The DTP while loaded the material MD prices from this DSO is taking around 45 min, whcih is the ...
10 6:41 AM 0 Kudos 1,537 SAP ManagedTags: ABAP Development Sam, alsocheckthis report program. check this sampleprogram theBAPI to create sales order.. codePARAMETERS: p_auart TYPE auart OBLIGATORY. PARAMETERS p_vkorg TYPE vkorg OBLIGATORY. PARAMETERS: p_vtweg TYPE...
SAP Managed Tags: ABAP Development Hi, You can try to create an SQVI (QuickViewer) for the tables you are interested in joining together. The system will attempt to make the correct joins for you. Then you run the quickviewer you created and use System->Status to drilldown to the...
0 Kudos 23,117 SAP Managed Tags: ABAP Development Hi all, I needed to create a popup window that is displayed on button click. The popup window consist of Paramaters that is used for selecting data. Any suggestions welcome. Regards,Reply ...
We can see in the ABAP debugger that the "event" is caught... And now we can see the new options in the "dependent" drop-down list... If we change the "master" again, we can see how it changes the "dependent" options again.. ...