720 721 EXT SAP Kernel on Windows
Route permission denied connection error
AS/400 to SAP-RFC Call
Hi,
From AS/400, a call needs to be made a RFC which resides in SAP ECC 6.0
I want to know:
What all settings do we need to make to enable this?
Thanks
Rajeev
Message type E
hi,
i am using message type E to verify an imput field. when i enter a wrong one the message comes up. But, i can not enter another imput without leaving the program and enter again.
what should i do so that message let me set another data without leaving the program.
thanks.
GUI_UPLOAD does not replace WS_UPLOAD.
Hi All,
WS_UPLOAD is obsolete and does not support unicode, but it was able to be executed in a background programs. GUI_UPLOAD is currently supported and it does unicode, but only runs in interactive GUI programs.
Does any know of an FM that both supports unicode and can be excuted in a background programs?
Dwight,
how to remove a blank page before a generated Adobe form?
Hi,
I created an Adobe form that displays selected data from a transparent table.
The form is filled out correctly, but there is always a blank page before the correct Adobe form is generated.
e.g., there are always 2 pages in the print preview; 1st page is blank, the 2nd page is the form I created and filled with correct data.
How do I remove that 1st blank page? does it have to do with Hierarchy or other print/page setting? anyone had this problem before? thanks.
GuiXT Screen Elements
In GuiXT Screen Elements pane, I used to see the technical description of a field that I could use in scripts/recordings. Suddenly the technical attributes of the fields have vanished and instead they are showing up as positional attributes of the screen. Does anybody know what causes this? It appears to be linked to my Windows login but I can't be certain. All inputs are welcome.
Example in MM02 : a field that was F[MAKT-MAKTX] in Screen Elements and Scripts now shows up as F[#[2,12]] (which is the position of the material description). So this invalidates the scripts that have F[MAKT-MAKTX] usage.
Thanks
Kiran
Error missing data in BAPI interface: IF_VSTEL
Hi Experts,
I am using FM 'BAPI_OUTB_DELIVERY_CREATE_STO' to create STO. After executing one error is coming:
Missing data in the BAPI interface: IF_VSTEL .
But , in debugging mode, this error is not coming.
My code is:
CALL FUNCTION 'BAPI_OUTB_DELIVERY_CREATE_STO'
IMPORTING
delivery = l_vbeln
num_deliveries = l_num
TABLES
stock_trans_items = lt_stock_trans_items
return = lt_return.
After that I execute 'BAPI_TRANSACTION_COMMIT'.
How to solve this issue?
Any possible solution would be gratefully accepted.
Thanks,
Arindam Samanta.
Validation of Sales area
Hi Friends,
The user gives vkorg, vtweg , spart in the selection screen and all are select options .
I have to validate the entries for the combinations.
Is there any FM for sales area validation with multiole entries.
I already went through a thread http://scn.sap.com/thread/1739133 which says FM TVTA_SINGLE_READ coudl be used.
Will this work for selection options.?
Kindly help on this.
VBEP-WMENG field is not getting updated
Dear All,
I am trying to change the order quantity(vbep-wmeng) in VA12 through an userexit based on the quantity entered in additional tab b.
In form USEREXIT_MOVE_FIELD_TO_VBEP I have added the code as.
xvbep-wmeng = xvbap-kwmeng. But the vbep table is not getting updated. This userexit is also not getting triggered. Kindly suggest a solution. Thanks & Regards, Neela M B
xvbep-updkz = 'U'.
modify xvbep index sy-tabix transporting wmeng updkz.
Curious case of the transaction AL11. Please Help.
Recentlycreated a programthat needed togeneratea txt filein theSAP application serverthat at the endof each line oftxt fileshouldbe createdblanksto complete500characters.
The file is createdcorrectlythrough thefunction moduleGUI_DOWNLOAD(with import parameter"TRUNC_TRAILING_BLANKS_EOL" with the value"space").
When I openthe filethroughtransactionAL11,each line of thefile isin the blankscorrectly,until they turn500characters.
But when,throughAL11,I exportthe file(TXT)inanylocal folder,the spacesat the endof each linedisappear.
Thisfile shouldbe500characters per line,always.
Thisfile shouldsent toa banking system(notSAP) that validatesmy filethisstrange way.(500characters per line).
My question.
How toexport this fileso that it isexactly as it appearsinAL11(with 500characters per line)?
Thanksto all andsorry forspelling errors.
Table window in smartforms
Hi expert,
How to extend the table length even when we give single item or multiple items? however the table window size differs based on input & data.
Pl sugges me table windos should be fixed in first page even when we give various input...if the lines items is more than main window it has to go for next page.
Note: Table window should be fixed to bottom window for any type of input & output. it shouldn't be gap...cause based data table window size reduce itself.
Thanks
Savita.
Key Field Deleting
Hi Gurus,
I created one custom table for my requirement,and given 5 fields these all are key fields,
Later i decided to delete one field out of 5. But its showing error because of adjust database utility.
- What will happen in the data base exactly whenever am using Adjust database utility?
- is it burden for another database tables?
- how much time it will take to update?why because lot of people accessing database right.
But that custom table used by me only.
Add a custom field in VL01/02/03
Hi Experts,
My requirement is to add a new field in vl01/02/03 by the name 'Number Range' which will generate a number range automatically starting 1500. So whenever the billing document is created it automatically creates a new number like 1501,1502 and so on.
Is it possible to add a field in red box (preferable) or should I add it in header (goto-header)? If it is possible then how? Please suggest.
Thanks in advance
Purnand
Want to display a information message for few seconds
Hi All,
I am doing a module pool program and my requirement is for some condition a information message will display in different screen for few seconds and it will automatically disappear to main screen without pressing anything .
please help how i will get this?
Regards
Pravanjan
Previous & Next buttons in Smartform Print Preview.
helo all,
i hav a requirement that i want to take printout of multiple smartforms.
have a look at the screenshot of alv report with checkboxes.
there is a alv report where user can take print out by checking chkboxes...
for each chkbox clicked one smartform is called in USER_COMMAND form.
however i am using code something like this:
loop at i_final where check eq 'X'.
*"when sy-tabix is 1 >> smartform called and when
*user press back button on print preview screen
*>> again flow starts from here and 2nd smartform is displayed
*(if user has checked more than 1 chkbox)
Perform Smartform_call. "for each chkbox smartform is called
Endform.
suppose user a clicked three chkbox..then three smartforms will be called
and each one gets displayed by pressing back button >> one by one.
What i want:
While wondering in Pf status of standard print preview screen i found these:
Back and forward buttons
(actually these buttons are hidden >> i have changed something debugging to show up these )
i want when user clicks on more than 1 chkbox then these black next & previous buttons
comes into play and user can switch between generated smartforms using
these buttons instead of pressing back button again and again.
In Short i want to print multiple smartforms and
want to know how to navigate between them using these buttons.
ABAP Query : Selection Screen
Hello All,
In my Infoset (ZSD_SEVKIYAT3), I used goto -> Code -> Initialization.
Because, I want to select between today and 3 months earlier.
So I used Initialization like that,
IF lv_monat = '01'. lv_yil = lv_gjahr - 1. s_erdat-sign = 'I'. s_erdat-option = 'BT'. CONCATENATE lv_yil '11' '01' INTO s_erdat-low. s_erdat-high = sy-datum. APPEND s_erdat. ELSEIF lv_monat = '02'. lv_yil = lv_gjahr - 1. s_erdat-sign = 'I'. s_erdat-option = 'BT'. CONCATENATE lv_yil '12' '01' INTO s_erdat-low. s_erdat-high = sy-datum. APPEND s_erdat. ELSE. lv_ilk_monat = lv_monat - 2. And appended the s_erdat which is my real select,on time. My problem is, how can I run my query in my selection time ?
What must I do ?
Regards
Authorization concept for PO Archiving ABAP report
We need to create a PO archiving report displaying the POs in output using ALV grid layout. It should be possible to set/reset deletion indicator, set/reset final delivery indicator, set / reset archiving indicator, force setting of archiving indicator, Posting GR using MIGO (only for certain item category), etc. To handle the authorizations, we need to keep the following in mind:
-Applying authorizations on user group level. It should not be possible to set final delivery flag on POs with certain item category. Instead, it should be possible to do MIGO with the selected Purchase Order. In short, only view authorizations on lowest level whereas at highest level, one can perform all changes for all documents.
-Creation of authorization object consisting of user group as field.
-A role customizing table can be created with the different functionality levels for activities like flag setting, view transactions, force flag setting, etc.
Has someone implemented such a requirement in a report related to POs? Please share some details and correct approach.
How to compare same object in same TR but in different task
Dear All,
I want to compare one ztable which is in same TR but in different task. How can i compare this ztable in these two task that what changes are there in respective task.
Like in screenshot below, i want to compare the changes in table CI_EKPODB in task 31183 and 37954 which is in same TR 31181.
How to clear SAP Memory set using SET PARAMETER
Hi,
I know this is a repetitive question in SCN. But I couldn't resolve the issue using the solution already provided here.
I have an ALV output, in which one field is for Process Order, which is shown as hyperlink.
When you click on any process order, it should call COR3 with the selected Process order.
My problem is always the first process order is getting displayed always.
i.e. I select order O1 and it goes to COR3 to display O1. If I come back and select O2, it goes to COR3 to display O1 again.
I am using the following code for this requirement.
v_aufnr = wa_final1-proc_order.
SET PARAMETER ID 'ANR' FIELD v_aufnr.
CALL TRANSACTION 'COR3' AND SKIP FIRST SCREEN.
CLEAR v_aufnr.
SET PARAMETER ID 'ANR' FIELD v_aufnr.
Still it is not working.
Any help will be greatly appreciated.
Regards,
Shail.