BAPI Return Table is Initial for BAPI_BUPA_TAX_ADD/CHANGE/REMOVE
Hi Friends, I am getting an Initial return Table for BAPI_BUPA_TAX_CHANGE/ADD/REMOVE. The return Table is not getting populated and therefore commit is not happening. Please advice what...
View ArticleRe: HTTP Call to Google Geocode
Hiwe have successfully interfaced from SAP ABAP to the Google API's using OAuth2 tokens. Here's a short 8 minute high level video of our project.http://youtu.be/uDgTxiR00cY Note also the source ABAP...
View ArticleRe: HMAC SHA1 Signature for google
Hi James (or anybody else out there), Did you ever determine an answer or solution to this?...some feed back whether you were successful or not would be interesting... Note that we too would like to...
View ArticleRe: How to run an inactive version
Hi , I modified a abap program, and save it. the other time later, I want to get it out , and do additional modification on this inactive version, and try to run it to test if it is ok. so...
View ArticleRe: table control
Hi Kishan, Your question is not clear! how ever check the SAP demo programs and try to go through link below. if you have any specific query let us know table control in module pool
View ArticleRe: How to run an inactive version
Hi,I understand that you want to keep the original version in the database and delete the modified version. Delete the temporary version and keep it active version in the database.Do let me know my...
View ArticleRe: How to run an inactive version
Hi, I don't want to delete inactive version. whenever, there are active and inactive version for a abap program, how to run the active version or inactive version for this abap program? also...
View ArticleRe: How to run an inactive version
Hi, You can't able to execute/test the temporary version. Since this program will save in application server not in the program. check the version management also. when you are trying to execute the...
View ArticleREAD VALUE TABLE AFTER F4IF_INT_TABLE_VALUE_REQUEST
Hi All, Here is my code I need the read table row after double click, DATA: BEGIN OF LT3 OCCURS 0, TPLNR TYPE TPLNR, FLTYP TYPE FLTYP, END OF LT3, WA_LT3 LIKE...
View ArticleRe: Report Program
Hello,@Shankarnarayan KI have a ztcode that is displaying o/p in ALV report . yes i am calling this report in another report .That ztcode is taking a select-options value whose fieldname is different...
View ArticleRe: READ VALUE TABLE AFTER F4IF_INT_TABLE_VALUE_REQUEST
Hi,Get filed value from RETURN_TAB and read table LT3 with that value.or you can use Callback programme,form. Regards,Sreenivas.
View ArticleRe: Abap Screen Stack: Who calls who ?
Hi Rachid You want to read this stack..?if yes search abap_callstack function call.. search you will find many rederences Nabheet
View ArticleRe: Abap Dump DBIF_RSQL_INVALID_SQL
Hi, If your code is OK, and the problem is with the selection, you can use: catch data: exc_ref TYPE REF TO cx_sy_open_sql_db, exc_text(50).try. " your select code catch...
View ArticleScreen Properties (Close screen).
Good Afternoon. I have a program , and this program calls a screen .When this screen appears I can not close.I click the 'X' button to close but not close. Which attribute of the screen, should I...
View ArticleBAPI_PO_CREATE1 giving error Enter GL Account for multiple POs
Hi Experts,I m using BAPI_PO_CREATE1 to create multiple POs in a loop. If I m only having a single PO in the file to process, the BAPI is creating the PO without any error. But if I have multiple POs,...
View ArticleRe: Abap Screen Stack: Who calls who ?
Beautiful! Many Thx Nabheet ! call function 'SYSTEM_CALLSTACK' importing et_callstack = i_callstack.
View ArticleRe: Abap Dump DBIF_RSQL_INVALID_SQL
Hi, Change your select to: SELECT bukrs belnr gjahr awkey FROM bkpf INTO CORRESPONDING FIELDS OF TABLE l_i_bkpf...
View ArticleRe: READ VALUE TABLE AFTER F4IF_INT_TABLE_VALUE_REQUEST
hI, Check this thread: http://scn.sap.com/thread/1271545 Regards,Sandro Ramos
View Article