SAP Managed Tags: ABAP Development hi, vishal you have made a slight mistake in my sense, which is why you are unable to get the data through collect statemant. Here is the recorrect code, kindly like if you are satisfied. TYPES: BEGIN OF ST_VBBE , MATNR TYPE VBBE-MATNR, WERKS TYP...
the code only checks for IF,https://github.com/abaplint/abaplint/blob/master/packages/core/src/rules/use_line_exists.ts#L65 Copy link CollaboratorAuthor FreHucommentedSep 16, 2020 Found the gotcha, if you have the subrc check within parentheses the rule doesn't work. ...
You look very active on SCN and aware of a lot of topics at SAP. I'd like to get your feedback or to discuss about location intelligence at SAP. Do you think that it is a hot feature which will be a must have in the next years or that it is more seen as a nice to have. ...
Ref : https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abencds_authorizations.htm Scenario : We want to show specific Airline data to user, we will be restricting User with help of Access Control to see only data about specific Airline and not all Airlines. Step by Step Guid...
SAP Managed Tags: ABAP Development, SAP BusinessObjects Business Intelligence platform, SAP BusinessObjects Dashboards hi, is there any criteria determining the usage of inner join, i.e no. of rows to be retrieved from the tables... can we avoid using inner joins... i hope i have cleare...
SAP Managed Tags: ABAP Development Hello Experts , i want to calculate the Return Order for the materials . so i am plan to use BAPI_CUSTOMERRETURN_CREATE .i want to know what are the inputs for this BAPI when i search in SCN i got this thread . but it not clear to me . ...
SAP Managed Tags: ABAP Development collect will modify the record if it exits it avoids duplication of records The COLLECT groups all records with the same key, the key for internal table is all CHAR fields. So in your case your table has only one char field (MATNR), so it...