Re: How to consume JSON web service from ABAP
Hiii, Say yes to your mobility team in abap side we can easily parse JSON data to abap data or vice versa .Please refer link of my earlier post, it explain it in simple way you can use same idea...
View ArticleCausing error in query using 3 tables?
With Respect Gurus, I have a problem in a query using 3 table tables with inner join... SELECT a~DIVID a~DPTID b~SFTCD c~FRMTM c~TOTTM INTO (YEMPMST-DIVID, YEMPMST-DPTID, YESHTMST-SFTCD,...
View ArticleRe: Print preview problem while executing the smart form
Hi Raj, first check if you have assigned form and program to output type or not? If not then do that through NACE transaction. for print preview issue, in the driver program where the smart form is...
View ArticleRe: How to check the status of a transport request no?
Check transport logs from SE01. Via function module SAP Community Network Wiki - ABAP Development - Function to get Transport request Logs
View ArticleRe: Smartforms: Not able to scan barcode from non SAP system
Hi, I think check if the other form developed by you and this one when printed from same printer and read with same reader how it behaves. I agree that readers are also specific to barcodes used. Also...
View ArticleRe: Causing error in query using 3 tables?
Hi, It generally comes when one the fields are not available in that work area. Cross check the field names if you have mapped to proper tables. If still not found, then check by keeping only variable...
View ArticleServices for Objects -> attachment List
Dear all, Can anyone tell me when we go to any display Transaction say me23n which if for Purchase Order, We click on Services for Objects. If there is some document linked to that PO, then attachment...
View ArticleRe: Causing error in query using 3 tables?
Hi Himanshu, Instead of using like SELECT a~DIVID a~DPTID b~SFTCD c~FRMTM c~TOTTM INTO (YEMPMST-DIVID, YEMPMST-DPTID, YESHTMST-SFTCD, YSHIFTM-FRMTM, YSHIFTM-TOTTM)you can make an...
View ArticleRe: How to trigger "Enter" event programmatically?
Yes, I am trying this FM , will see...
View ArticleRe: Causing error in query using 3 tables?
Hi! Just to see where exactly your problem lies, why dont you first make an internal table with columns 'YEMPMST-DIVID', 'YEMPMST-DPTID', 'YESHTMST-SFTCD', 'YSHIFTM-FRMTM',...
View ArticleRe: How to pass the data to accounting document header from sales document?
These two fields are part of XACCIT parameter XACCIT-XREF1_HDXACCIT-XREF2_HD Try updating the above fields, it may work
View ArticleRe: Smartform table page protection
Hi,You can place your entire table into folder and check the page protection check box or you can create a smart style , under paragraph format you have an option for page protection.Later, you can use...
View ArticleRe: How to prevent similar conditions in Sales order?
Whats your exact requirement ? I mean is it that only Two of condition types from ZFS1 , ZFS2 ,ZFS3 ,ZFS4 should be allowed at a time ? Is there any particular group of condition types which can be...
View ArticleRe: Creating Totals and sub totals
Hi Naveen, Loop on itab. sum = sum + itab-amount. AT NEW profit_center. "get the profit center amount "get the total of all profit centers. ENDAT. End loop.
View ArticleRe: F4 Help for Classical ALV Grid
Resolved using the below link. Instead of button, we can use MC_STYLE_F4 also. http://scn.sap.com/message/10281035 Regards,Senthil G.
View ArticleRe: Exceptions in the workflow's approvers list
Ranjith, Make sure that exceptions are in active state in the block where you have declared them. You can also check the work item data from transaction SWI1 to see if the required steps have been...
View ArticleNCO 3.0 support to framework 4.5 ?
Hello Dear Experts, My question about framework 4.5. Is NCO 3.0 support to framework 4.5 successfully? Best regards.
View ArticleRe: Creating Totals and sub totals
Hi Naveen, Please note that before using the AT [NEW, END OF] - Control statements, the field which you are using against these statements should be the unique key which is changing in that itab....
View ArticleRe: Creation of IDOC from flat file in application server.
Hi Prakhar, I have a flat file(Which i have attached) below and it contains control and data record. I get this file in my application server and i have to read this file and create a sales...
View ArticleRe: Need help on HCM Process and Forms HRASR_DT
Hi Rajeev, Few thing to check, when you are maintaining the data in PA30 then correct Currency is appearing in the currency coloum by default or not. if appearing the choose the option SAP_PA...
View Article