SAP NetWeaver Trial Version for 64bit OS?
Is there a 64bit version out there for 64bit OS? If not, is there a way to install the SAP NetWeaver on a 64bit Windows 7 without using a VM with a 32bit system? Thanks :) ...
Is there a 64bit version out there for 64bit OS? If not, is there a way to install the SAP NetWeaver on a 64bit Windows 7 without using a VM with a 32bit system? Thanks :) ...
I am learning ABAP and working on a project related to FI and general ledger , i am a complete newbie and can't understand when others talk about GLPCT,SKB1 etc etc ..can you point me to the appropriate resources? ...
a small report program requires me to enter profit center group values.How can i view the valid values of profit center groups .i picked up a few values from cepc tables that are not working. ...
Just as some background, I intend to write an Excel add-in with .NET that can execute queries from an SAP system. Thus, I'm looking for a list of function modules for SAP's SQVI transaction. I can't seem to find much information about them; the few forum posts I had found before seem to have gone into the internet oblivion. Specificall...
I would like to write a function module that returns a range table. Is that possible and if so, how? ...
I've got to admit that I'm not an expert on SAP R/3 programming, so this is more of a basic question on that matter. Is there any way to get a list of accessible RFC modules and/or tables on a SAP system? On many examples on the internet I've found one RFC modul that seems to be available on every SAP system ("SD_RFC_CUSTOMER_GET") and...
I'm thinking that I'm probably missing an export parameter(from my Function Call POV). In the function call, the parameters I pass around are: Exporting: i_callback_program, i_callback_pf_status_set, i_callback_user_command, is_layout, it_fieldcat, i_save Tables: t_outtab And the exceptions plus handling. I've che...
What are the drawbacks of the String type in abap? When to use it, when not? An example : I have a text field that should save values ranging from 0 to 12 chars, better to use a string or a Char(12)? Thanks! ...
i am supposed to fetch the a field say excep_point from a table z_accounts for the combination of company_code and account_number.How can i do that in abap ? suppose the the table structure is zaccounts(company_code,account_number,excep_point) for the sake of this example. ...
So to illustrate: | Category A | Category B | C | | A.A | A.B | A.A | A.B | | | A.A.A | A.A.B | A.B.A | A.B.B | B.A.A | B.A.B | B.B.A | B.B.B | | I need a header that looks somewhat like this and I was wondering if there's a way to do it other th...