Re: Creating next row modification
Hi Arjun, use the at new event on the date,,,,,,,copy the the closing balance and modify the next row opening balance by assigning the closing balance based on sy-tabix value................
View ArticlePP Order Serial Nr, Change Status
Hi experts,I want to write an ABAP code that needs to change the status of the serial number assigned to a pp order, how can I do that? Is there any BAPI or FM for this purpose?Any help will be...
View ArticleRe: MM Table EKBE_MA field ZEKKN
ZEKKN is used for account assigment when there are multiple accounts. http://scn.sap.com/thread/1366005 https://scn.sap.com/thread/565757
View ArticleIs there a way to determine if a data element has a defined domain or not?
Hi guys, I am getting components of a structure in a table of type abap_component_tab.I am taking each components of the structure in a workarea with the same type. I only would like to work with data...
View ArticleRe: Searching a dynamic table
I have created the <searchfield> and assigned it a type and a value. There should be a field in the workarea <wa> with this same type and value.<searchfield> have a field name. I have...
View ArticleRe: Searching a dynamic table
I'm beginning to suspect that perhaps you're going about things the wrong way. Rather than tell us the technical stuff, what exactly are you trying to achieve? What are the inputs, what are the...
View ArticleRe: not display "table output" in output options in text of Smartforms
Hi, I think that is displayed only when the text is getting displayed as a part of TABLE that you have in smartforms. Can you post the screen for more clarity on the question Cheers,Arindam
View ArticleRe: not display "table output" in output options in text of Smartforms
Hi, I think that is displayed only when the text is getting displayed as a part of TABLE that you have in smartforms. Can you post the screen for more clarity on the question Cheers,Arindam
View ArticleRe: Password for OLE excel file
Hi, I think the password that SAP creates for Excel through that FM is for the complete file and is not based on edit of excel. You might have to achieve this by creating a MACRO within the same excel....
View ArticleRead Recursive Node attributes value for Webdynpro ABAP
Dear Experts,I need to read the Recursive node attribute value of Context. I have implemented Table Tree with Recursive node. When I am trying to read the attribute value, I simply get the parent...
View ArticleRe: F.27 Print in PDF instead of Spool
Hi I think you need to call this T-Code from your own t-code and process the spools after they are generated. Cheers,Arindam
View ArticleRe: NOTIFICATION MANDATORY IN (IW32)
Which method of this BADI did you try? In the method update you have pretty much all the order data. Also, how exactly do you want to check this? Cheers,Custodio
View ArticleControlling Search tabs in Employee search
Hello all, I have a requirement to control the number of tabs that come when I try to search for an employee in PD tcodes (ex.. LSO_PSV1). Business wants only the Organizational Assignment screen to...
View ArticleIssue with Customizing Entries
Hi Experts, I have creates some customizing entries, and have translated them to German language by navigating to the menu Goto->Translation-- Entered translated text and saved the entries in...
View ArticleRe: ABAP -- Suggestion required
I would still suggest you to stick to the client-server model and let the validations happen in the source system when you call the RFC from the target system. So, in addition to the extraction (by...
View ArticleHow to find out workstation of a transport request created
Hi, I have searched for answer not only in SCN but also in google in vain. Is there any away to find workstation ID or IP of a transport request created. let me explain the scenario here.. Our team...
View ArticleRe: How to find out workstation of a transport request created
Hi, I dont think there is a standard way to track the terminal ID of a transport Request. But are you looking at standard way. In that case you might have to find a USER EXIT and place suitable code....
View ArticleRe: Issue with Customizing Entries
Hi, Please execute the program RSTXTRAN to attach your texts in the desired languages(EN and others) and transport standard texts. Also You can use the SE63 Transport options to transport. Check the...
View ArticleData Not getting Save in Tab strip if Enter key not press
Hi, I have made a program with Tab strip control , on the main screen I have some field at header level then below that I have made tabstrip using wizard, In the tab strip I have call a subscreen....
View ArticleRe: How to find out workstation of a transport request created
You can easily get the terminal ID(or computer name) using CL_GUI_FRONTEND_SERVICES=>GET_COMPUTER_NAME( ).* determine own Terminal-Id call 'ThUsrInfo' id 'OPCODE' field opcode_usr_attr id...
View Article