SuccessFactors ECP

Employee Central Payroll Blog Posts

Find Table for SQ01: statistic of Variant Configurator (SO, Characteristic, Values)

Hi, I need to create a Report in SQ01: Enter a Period of time and VC Part Number and get a list of SOs with Characteristics and Values (from Variant Configurator). It would be very useful for our statistic.A transaction that give me some of required information is CL30N (Find Objects in Classes) – I …

Find Table for SQ01: statistic of Variant Configurator (SO, Characteristic, Values) Read More »

check this out

Have a look at SAP Interactive Value Journey for Construction to have a clear view of the process supported by SAP in the construction sector…     Manage Opportunities   Plan Project   Manage Procurement   Execute Project   let us know if you find this useful   francesco

How to return HTTP code 202 within an action in ABAP RAP?

Hi all, I am interested in implementing the HTTP status code 202 within the action method async_posting.   CLASS lhc_asyncflighttp DEFINITION INHERITING FROM cl_abap_behavior_handler. PRIVATE SECTION. METHODS: get_global_authorizations FOR GLOBAL AUTHORIZATION IMPORTING REQUEST requested_authorizations FOR asyncflighttp RESULT result, async_posting FOR MODIFY IMPORTING keys FOR ACTION asyncflighttp~async_posting. ENDCLASS. CLASS lhc_asyncflighttp IMPLEMENTATION. METHOD get_global_authorizations. ENDMETHOD. METHOD async_posting. …

How to return HTTP code 202 within an action in ABAP RAP? Read More »

BADI after material document post is done

Hi Experts, My requirement is to  access tables – Ser03, OBJK using same material document which has just got posted through MIGO. I tried BAdi’s – MB_DOCUMENT_UPDATE, MB_MIGO_BADI, MB_DOCUMENT_BADI and i got material document number. But the above mentioned tables were not updated till then and so they were blank. Please suggest me suitable way to access …

BADI after material document post is done Read More »

Why some values in program are automaticly increment?

Why some values in program are automaticly increment after starting ‘At selection screen output’ section. I’ve got an programm, which is used in few transactions. In one of it values are changing after starting an ‘At selection screen output’  section, and at second values are not changing.There is no some additional inizialization, the code before ‘At …

Why some values in program are automaticly increment? Read More »

Scroll to Top